]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/dll/test/cpp_test_library.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / dll / test / cpp_test_library.cpp
index f32a3376aaea04a9decb04ba776b2bca78ded889..14396f87dc60903df525d9a4cf336407ce05be4b 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2016 Klemens Morgenstern
-// Copyright 2017-2019 Antony Polukhin
+// Copyright 2017-2020 Antony Polukhin
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt
@@ -7,9 +7,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 <boost/dll/config.hpp>
 #include <boost/variant.hpp>