add variadic assert macro

This commit is contained in:
bolero-MURAKAMI 2014-07-03 23:18:11 +09:00
parent 15c3f55ebb
commit 23be867d87
7 changed files with 307 additions and 93 deletions

View file

@ -9,11 +9,13 @@
#define SPROUT_PREPROCESSOR_HPP
#include <sprout/config.hpp>
#include <sprout/preprocessor/config.hpp>
#include <sprout/preprocessor/cat.hpp>
#include <sprout/preprocessor/stringize_all.hpp>
#include <sprout/preprocessor/str_all.hpp>
#include <sprout/preprocessor/unique_string.hpp>
#include <sprout/preprocessor/empty.hpp>
#include <sprout/preprocessor/some_number.hpp>
#include <sprout/preprocessor/variadic.hpp>
#endif // #ifndef SPROUT_PREPROCESSOR_HPP