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:
parent
b15038e5ca
commit
6ac5b66d0b
6 changed files with 78 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue