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

add type_traits/std_value_variables.hpp

This commit is contained in:
bolero-MURAKAMI 2014-01-06 22:45:41 +09:00
parent a43b9f3faa
commit 8b40dfd184
20 changed files with 206 additions and 0 deletions

View file

@ -138,6 +138,15 @@
# define SPROUT_USE_UNICODE_LITERALS 0
#endif // #ifndef SPROUT_CONFIG_DISABLE_UNICODE_LITERALS
//
// SPROUT_USE_VARIABLE_TEMPLATES
//
#ifndef SPROUT_CONFIG_DISABLE_VARIABLE_TEMPLATES
# define SPROUT_USE_VARIABLE_TEMPLATES 1
#else // #ifndef SPROUT_CONFIG_DISABLE_VARIABLE_TEMPLATES
# define SPROUT_USE_VARIABLE_TEMPLATES 0
#endif // #ifndef SPROUT_CONFIG_DISABLE_VARIABLE_TEMPLATES
//
// SPROUT_USE_BUILTIN_CMATH_FUNCTION
//