summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp')
-rw-r--r--meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp b/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
index 7843782a431..a191fb42ecb 100644
--- a/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
+++ b/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
@@ -1,13 +1,13 @@
-$NetBSD: patch-boost_config_stdlib_libcpp.hpp,v 1.4 2016/10/07 17:51:11 adam Exp $
+$NetBSD: patch-boost_config_stdlib_libcpp.hpp,v 1.5 2017/01/01 15:32:47 adam Exp $
---- boost/config/stdlib/libcpp.hpp.orig 2016-10-05 08:52:16.000000000 +0000
+--- boost/config/stdlib/libcpp.hpp.orig 2017-01-01 02:18:57.000000000 +0000
+++ boost/config/stdlib/libcpp.hpp
-@@ -74,6 +74,8 @@
- // libc++ uses a non-standard messages_base
- #define BOOST_NO_STD_MESSAGES
+@@ -73,6 +73,8 @@
+ # define BOOST_NO_CXX11_HDR_FUTURE
#endif
+
+// libc++ uses inline namespaces
+#define BOOST_DETAIL_NO_CONTAINER_FWD
- #if (_LIBCPP_VERSION <= 1101) && !defined(BOOST_NO_CXX11_THREAD_LOCAL)
- // This is a bit of a sledgehammer, because really it's just libc++abi that has no
+ #if _LIBCPP_VERSION < 3700
+ // libc++ uses a non-standard messages_base