]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/mp11/test/tuple_apply_cx.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / mp11 / test / tuple_apply_cx.cpp
index 576a7b3d132ebf678132011962d544e6938f78ee..6f2f4e5ea786a6fd508418c7f1e493b38e07a0ad 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() {}