1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

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

@ -54,10 +54,17 @@ namespace sprout {
}
} // namespace sprout
//
// SPROUT_UNIQUE_SEED_
//
#define SPROUT_UNIQUE_SEED_(N) \
(::sprout::make_seed(SPROUT_PP_UNIQUE_STRING_(N)))
//
// SPROUT_UNIQUE_SEED
//
#define SPROUT_UNIQUE_SEED (::sprout::make_seed(SPROUT_PP_UNIQUE_STRING))
#define SPROUT_UNIQUE_SEED \
(::sprout::make_seed(SPROUT_PP_UNIQUE_STRING))
//
// SPROUT_UNIQUE_SEED_SEQ