aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-08-19 07:54:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-08-19 07:54:11 +0200
commitc035b5662160e0482ec2f8bac2d654d17d060c5e (patch)
tree8050c6d33e0d5992977d9d49a685db1869da257d
parent4aa84e41c065c51a996f40143cbcce7c281150f3 (diff)
Tweak boost to disable use of C++11 <tuple> with libc++
This helps with Apple Clang build.
-rw-r--r--cutl/details/boost/config/stdlib/libcpp.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cutl/details/boost/config/stdlib/libcpp.hpp b/cutl/details/boost/config/stdlib/libcpp.hpp
index 3d57440..212691f 100644
--- a/cutl/details/boost/config/stdlib/libcpp.hpp
+++ b/cutl/details/boost/config/stdlib/libcpp.hpp
@@ -19,9 +19,9 @@
#define BOOST_HAS_THREADS
-#ifdef _LIBCPP_HAS_NO_VARIADICS
+//#ifdef _LIBCPP_HAS_NO_VARIADICS
# define BOOST_NO_CXX11_HDR_TUPLE
-#endif
+//#endif
//
// These appear to be unusable/incomplete so far: