blob: f912e6cdb6c78f6be1b0b108edcd7e132cc0742d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- boost/config/stdlib/libcpp.hpp
+++ boost/config/stdlib/libcpp.hpp
@@ -167,5 +167,9 @@
#if !defined(BOOST_NO_CXX14_HDR_SHARED_MUTEX) && (_LIBCPP_VERSION < 5000)
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
#endif
+
+#if __cplusplus >= 201103
+# define BOOST_NO_CXX98_FUNCTION_BASE
+#endif
// --- end ---
|