]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/mp11/test/mp_less.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / mp11 / test / mp_less.cpp
index 932c28529f9b5438d8be349bde995fd394821191..0e72faf8b2acb46a579c633f6631d570198edcdb 100644 (file)
@@ -6,6 +6,11 @@
 // See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt
 
+#include <boost/mp11/detail/config.hpp>
+
+#if BOOST_MP11_WORKAROUND( BOOST_MP11_GCC, < 40800 )
+# pragma GCC diagnostic ignored "-Wsign-compare"
+#endif
 
 #include <boost/mp11/function.hpp>
 #include <boost/mp11/integral.hpp>