mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +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
28
sprout/config/stdlib/sgi.hpp
Normal file
28
sprout/config/stdlib/sgi.hpp
Normal file
|
@ -0,0 +1,28 @@
|
|||
#ifndef SPROUT_CONFIG_STDLIB_SGI_HPP
|
||||
#define SPROUT_CONFIG_STDLIB_SGI_HPP
|
||||
|
||||
#define SPROUT_NO_CXX11_HDR_ARRAY
|
||||
#define SPROUT_NO_CXX11_HDR_CHRONO
|
||||
#define SPROUT_NO_CXX11_HDR_CODECVT
|
||||
#define SPROUT_NO_CXX11_HDR_CONDITION_VARIABLE
|
||||
#define SPROUT_NO_CXX11_HDR_FORWARD_LIST
|
||||
#define SPROUT_NO_CXX11_HDR_FUTURE
|
||||
#define SPROUT_NO_CXX11_HDR_INITIALIZER_LIST
|
||||
#define SPROUT_NO_CXX11_HDR_MUTEX
|
||||
#define SPROUT_NO_CXX11_HDR_RANDOM
|
||||
#define SPROUT_NO_CXX11_HDR_RATIO
|
||||
#define SPROUT_NO_CXX11_HDR_REGEX
|
||||
#define SPROUT_NO_CXX11_HDR_SYSTEM_ERROR
|
||||
#define SPROUT_NO_CXX11_HDR_THREAD
|
||||
#define SPROUT_NO_CXX11_HDR_TUPLE
|
||||
#define SPROUT_NO_CXX11_HDR_TYPE_TRAITS
|
||||
#define SPROUT_NO_CXX11_HDR_TYPEINDEX
|
||||
#define SPROUT_NO_CXX11_HDR_UNORDERED_MAP
|
||||
#define SPROUT_NO_CXX11_HDR_UNORDERED_SET
|
||||
#define SPROUT_NO_CXX11_NUMERIC_LIMITS
|
||||
#define SPROUT_NO_CXX11_ALLOCATOR
|
||||
#define SPROUT_NO_CXX11_ATOMIC_SMART_PTR
|
||||
#define SPROUT_NO_CXX11_SMART_PTR
|
||||
#define SPROUT_NO_CXX11_HDR_FUNCTIONAL
|
||||
|
||||
#endif // #ifndef SPROUT_CONFIG_STDLIB_SGI_HPP
|
Loading…
Add table
Add a link
Reference in a new issue