mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add variadic assert macro
This commit is contained in:
parent
15c3f55ebb
commit
23be867d87
7 changed files with 307 additions and 93 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue