forked from boostorg/config
Tweak libstdc++ and libc++ config's to cope with the new tests.
[SVN r70055]
This commit is contained in:
@ -23,6 +23,12 @@
|
|||||||
# define BOOST_NO_0X_HDR_TUPLE
|
# define BOOST_NO_0X_HDR_TUPLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// These appear to be unusable/incomplete so far:
|
||||||
|
//
|
||||||
|
# define BOOST_NO_0X_HDR_CHRONO
|
||||||
|
# define BOOST_NO_0X_HDR_TYPE_TRAITS
|
||||||
|
|
||||||
// libc++ uses a non-standard messages_base
|
// libc++ uses a non-standard messages_base
|
||||||
#define BOOST_NO_STD_MESSAGES
|
#define BOOST_NO_STD_MESSAGES
|
||||||
|
|
||||||
|
@ -126,6 +126,11 @@
|
|||||||
# define BOOST_HAS_TR1_COMPLEX_OVERLOADS
|
# define BOOST_HAS_TR1_COMPLEX_OVERLOADS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (!defined(_GLIBCXX_HAS_GTHREADS) || !defined(_GLIBCXX_USE_C99_STDINT_TR1)) && (!defined(BOOST_NO_0X_HDR_CONDITION_VARIABLE) || !defined(BOOST_NO_0X_HDR_MUTEX))
|
||||||
|
# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
|
||||||
|
# define BOOST_NO_0X_HDR_MUTEX
|
||||||
|
#endif
|
||||||
|
|
||||||
// C++0x features in GCC 4.5.0 and later
|
// C++0x features in GCC 4.5.0 and later
|
||||||
//
|
//
|
||||||
#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5) || !defined(__GXX_EXPERIMENTAL_CXX0X__)
|
#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5) || !defined(__GXX_EXPERIMENTAL_CXX0X__)
|
||||||
|
Reference in New Issue
Block a user