mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Improve the libc++ configuration
[SVN r68819]
This commit is contained in:
@ -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 ---
|
||||
|
Reference in New Issue
Block a user