mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
fix compiler config: borland, visualc
This commit is contained in:
parent
feb9d12c01
commit
50f2ba6e31
3 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue