forked from boostorg/config
Merge pull request #440 from boostorg/libcxx15
The std lib unary/binary_function base classes are deprecated/removed…
This commit is contained in:
@@ -168,4 +168,13 @@
|
|||||||
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
|
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if _LIBCPP_VERSION >= 15000
|
||||||
|
//
|
||||||
|
// Unary function is now deprecated in C++11 and later:
|
||||||
|
//
|
||||||
|
#if __cplusplus >= 201103L
|
||||||
|
#define BOOST_NO_CXX98_FUNCTION_BASE
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// --- end ---
|
// --- end ---
|
||||||
|
Reference in New Issue
Block a user