]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/mp11/test/tuple_for_each_cx.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / mp11 / test / tuple_for_each_cx.cpp
index ff1d0437df12312aab453d384283824fd412df7c..f511e81453d8a55648a732202829ecd3d6f4aa3e 100644 (file)
 #endif
 
 #include <boost/mp11/tuple.hpp>
-#include <boost/config.hpp>
+#include <boost/mp11/detail/config.hpp>
 
 // Technically std::tuple isn't constexpr enabled in C++11, but it works with libstdc++
 
-#if defined( BOOST_NO_CXX11_CONSTEXPR ) || ( !defined( __GLIBCXX__ ) && __cplusplus < 201400L )
+#if defined( BOOST_MP11_NO_CONSTEXPR ) || ( !defined( __GLIBCXX__ ) && __cplusplus < 201400L )
 
 int main() {}