]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/ext/std/tuple.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / hana / ext / std / tuple.hpp
index 1edbf08334e2d2c21a9f0121e5f4cc0102f1bfc3..53f8909325dfbb121f44ae82d4e362a31f191f54 100644 (file)
@@ -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