mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add User defined literal sprout::uuids::udl::_uuid
fix sprout::uuid::string_generator
This commit is contained in:
parent
dacf1f40ac
commit
d7fbadb62c
5 changed files with 55 additions and 4 deletions
|
@ -23,6 +23,12 @@
|
|||
# define SPROUT_USE_TEMPLATE_ALIASES 0
|
||||
#endif // #ifndef SPROUT_CONFIG_DISABLE_TEMPLATE_ALIASES
|
||||
|
||||
#ifndef SPROUT_CONFIG_DISABLE_USER_DEFINED_LITERALS
|
||||
# define SPROUT_USE_USER_DEFINED_LITERALS 1
|
||||
#else // #ifndef SPROUT_CONFIG_DISABLE_USER_DEFINED_LITERALS
|
||||
# define SPROUT_USE_USER_DEFINED_LITERALS 0
|
||||
#endif // #ifndef SPROUT_CONFIG_DISABLE_USER_DEFINED_LITERALS
|
||||
|
||||
#ifndef SPROUT_CONFIG_USE_SSCRISK_CEL
|
||||
# define HDR_FUNCTIONAL_SSCRISK_CEL_OR_SPROUT_DETAIL <sprout/detail/functional.hpp>
|
||||
# define HDR_ALGORITHM_SSCRISK_CEL_OR_SPROUT_DETAIL <sprout/detail/algorithm.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue