mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
workaround for libc++1101: no constexpr char_trais
This commit is contained in:
parent
bbbf484a24
commit
ce16e24637
16 changed files with 376 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
#define SPROUT_NO_CXX11_CONSTEXPR
|
||||
#define SPROUT_NO_CXX11_DEFAULTED_FUNCTIONS
|
||||
#define SPROUT_NO_CXX11_DELETED_FUNCTIONS
|
||||
#if !defined(BOOST_CODEGEAR_0X_SUPPORT) || (__BORLANDC__ < 0x610)
|
||||
#if !defined(SPROUT_CODEGEAR_0X_SUPPORT) || (__BORLANDC__ < 0x610)
|
||||
# define SPROUT_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
|
||||
#endif
|
||||
#define SPROUT_NO_CXX11_NOEXCEPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue