Improve the libc++ configuration

[SVN r68819]
This commit is contained in:
Christopher Jefferson
2011-02-12 23:05:03 +00:00
parent 0b1c0b33b3
commit 8445752e75

View File

@ -19,4 +19,13 @@
#define BOOST_HAS_THREADS
#define BOOST_NO_0X_HDR_CONCEPTS
#define BOOST_NO_0X_HDR_CONTAINER_CONCEPTS
#define BOOST_NO_0X_HDR_ITERATOR_CONCEPTS
#define BOOST_NO_0X_HDR_MEMORY_CONCEPTS
#ifdef _LIBCPP_HAS_NO_VARIADICS
# define BOOST_NO_0X_HDR_TUPLE
#endif
// --- end ---