fix compiler config: borland, visualc

This commit is contained in:
bolero-MURAKAMI 2013-07-07 01:09:35 +09:00
parent feb9d12c01
commit 50f2ba6e31
3 changed files with 9 additions and 8 deletions

View file

@ -4,7 +4,8 @@
#define SPROUT_NO_CXX11_CONSTEXPR
#define SPROUT_NO_CXX11_DEFAULTED_FUNCTIONS
#define SPROUT_NO_CXX11_DELETED_FUNCTIONS
#define SPROUT_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
#if _MSC_FULL_VER < 170051025 || !defined(SPROUT_MSVC_ENABLE_2012_NOV_CTP)
# define SPROUT_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
#define SPROUT_NO_CXX11_NOEXCEPT
#define SPROUT_NO_CXX11_TEMPLATE_ALIASES
#define SPROUT_NO_CXX11_USER_DEFINED_LITERALS