mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
workaround for no c++11 numeric_limits
This commit is contained in:
parent
ce16e24637
commit
7a1974742a
110 changed files with 727 additions and 436 deletions
|
@ -11,8 +11,9 @@
|
|||
#define SPROUT_NO_CXX11_ATOMIC_SMART_PTR
|
||||
|
||||
#include <utility>
|
||||
#if defined(_LIBCPP_VERSION) && (_LIBCPP_VERSION < 1101)
|
||||
#if defined(_LIBCPP_VERSION) && (_LIBCPP_VERSION <= 1001)
|
||||
# define SPROUT_NO_CXX11_CHAR_TRAITS
|
||||
# define SPROUT_NO_CXX11_NUMERIC_LIMITS
|
||||
#endif
|
||||
|
||||
#endif // #ifndef SPROUT_CONFIG_STDLIB_LIBCPP_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue