]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/dll/test/cpp_import_test.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / dll / test / cpp_import_test.cpp
index b6005d058332a8382b776aef7690db4504abe450..a32df870681bc012ad841c08ab0194d25aca17d6 100644 (file)
@@ -6,9 +6,9 @@
 
 // For more information, see http://www.boost.org
 
-#include <boost/predef.h>
+#include <boost/config.hpp>
 
-#if (__cplusplus >= 201402L) || (BOOST_COMP_MSVC >= BOOST_VERSION_NUMBER(14,0,0))
+#if (__cplusplus >= 201402L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201402L)
 
 #include "../example/b2_workarounds.hpp"