add PP_UNIQUE_SEED variation

This commit is contained in:
bolero-MURAKAMI 2016-03-19 00:21:43 +09:00
parent b15038e5ca
commit 6ac5b66d0b
6 changed files with 78 additions and 14 deletions

View file

@ -43,4 +43,15 @@
# define SPROUT_PP_VARIADICS 0
#endif
//
// SPROUT_PP_HAS_COUNTER
//
#ifdef __COUNTER__
# undef SPROUT_PP_HAS_COUNTER
# define SPROUT_PP_HAS_COUNTER 1
#else
# undef SPROUT_PP_HAS_COUNTER
# define SPROUT_PP_HAS_COUNTER 0
#endif
#endif // #ifndef SPROUT_PREPROCESSOR_CONFIG_HPP