mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +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,9 @@
|
|||
#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 !defined(BOOST_CODEGEAR_0X_SUPPORT) || (__BORLANDC__ < 0x610)
|
||||
# define SPROUT_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
|
||||
#endif
|
||||
#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