diff options
Diffstat (limited to 'boost/hana/ext/std/tuple.hpp')
-rw-r--r-- | boost/hana/ext/std/tuple.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/boost/hana/ext/std/tuple.hpp b/boost/hana/ext/std/tuple.hpp index 1edbf08334..53f8909325 100644 --- a/boost/hana/ext/std/tuple.hpp +++ b/boost/hana/ext/std/tuple.hpp @@ -31,13 +31,6 @@ Distributed under the Boost Software License, Version 1.0. #include <utility> -#ifdef BOOST_HANA_CONFIG_HAS_NO_STD_TUPLE_ADAPTER -# error The adapter for std::tuple is not supported with versions of \ - libc++ prior to the one shipped with Clang 3.7 because of a bug \ - in the tuple implementation. -#endif - - #ifdef BOOST_HANA_DOXYGEN_INVOKED namespace std { //! @ingroup group-ext-std |