]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/dll/test/template_method_linux_test.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / dll / test / template_method_linux_test.cpp
index cb4969609d8f4b12bfb6bb42c73436396702d2b2..6b01751ba60b96dde6245ef4ab29e04659ce1903 100644 (file)
@@ -1,12 +1,12 @@
 // Copyright 2019 Ramil Gauss.
-// Copyright 2019 Antony Polukhin.
+// Copyright 2019-2020 Antony Polukhin.
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt
 // or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-#include <boost/predef.h>
-#if (__cplusplus >= 201402L) || (BOOST_COMP_MSVC >= BOOST_VERSION_NUMBER(14,0,0))
+#include <boost/config.hpp>
+#if (__cplusplus >= 201402L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201402L)
 
 #include <boost/dll/smart_library.hpp>
 #include <boost/dll/import_mangled.hpp>