summaryrefslogtreecommitdiff
path: root/boost/hana/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/hana/config.hpp')
-rw-r--r--boost/hana/config.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/boost/hana/config.hpp b/boost/hana/config.hpp
index bf70920b47..35e97a0a50 100644
--- a/boost/hana/config.hpp
+++ b/boost/hana/config.hpp
@@ -144,13 +144,6 @@ Distributed under the Boost Software License, Version 1.0.
# define BOOST_HANA_CONSTEXPR_LAMBDA /* nothing */
#endif
-// The std::tuple adapter is broken on libc++ prior to the one shipped
-// with Clang 3.7.0.
-#if defined(BOOST_HANA_CONFIG_LIBCPP) && \
- BOOST_HANA_CONFIG_LIBCPP < BOOST_HANA_CONFIG_VERSION(1, 0, 101)
-# define BOOST_HANA_CONFIG_HAS_NO_STD_TUPLE_ADAPTER
-#endif
-
// There's a bug in std::tuple_cat in libc++ right now.
// See http://llvm.org/bugs/show_bug.cgi?id=22806.
#if defined(BOOST_HANA_CONFIG_LIBCPP)