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

@ -101,6 +101,15 @@
# endif // #ifdef SPROUT_NO_CXX11_UNICODE_LITERALS
#endif // #ifndef SPROUT_CONFIG_DISABLE_UNICODE_LITERALS
//
// SPROUT_CONFIG_DISABLE_VARIABLE_TEMPLATES
//
#ifndef SPROUT_CONFIG_DISABLE_VARIABLE_TEMPLATES
# ifdef SPROUT_NO_CXX14_VARIABLE_TEMPLATES
# define SPROUT_CONFIG_DISABLE_VARIABLE_TEMPLATES
# endif // #ifdef SPROUT_NO_CXX14_VARIABLE_TEMPLATES
#endif // #ifndef SPROUT_CONFIG_DISABLE_VARIABLE_TEMPLATES
//
// SPROUT_CONFIG_USE_SSCRISK_CEL
//