]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/mp11/test/tuple_for_each_cx.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / mp11 / test / tuple_for_each_cx.cpp
index f511e81453d8a55648a732202829ecd3d6f4aa3e..7316f30b365e08e4a71e40fd2b1e44667aeea017 100644 (file)
@@ -16,7 +16,7 @@
 
 // Technically std::tuple isn't constexpr enabled in C++11, but it works with libstdc++
 
-#if defined( BOOST_MP11_NO_CONSTEXPR ) || ( !defined( __GLIBCXX__ ) && __cplusplus < 201400L )
+#if defined( BOOST_MP11_NO_CONSTEXPR ) || ( !defined(_MSC_VER) && !defined( __GLIBCXX__ ) && __cplusplus < 201400L )
 
 int main() {}