workaround for no c++11 numeric_limits

This commit is contained in:
bolero-MURAKAMI 2013-08-07 00:15:09 +09:00
parent ce16e24637
commit 7a1974742a
110 changed files with 727 additions and 436 deletions

View file

@ -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