]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/dll/test/link.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / dll / test / link.hpp
index f84d8bd3440cda0ca940f35e447d15220ad03091..7aac14361637663beafb6fe05f5335bb0cc6af5c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2018-2019 Antony Polukhin
+// Copyright 2018-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/smart_library.hpp>
 #include <boost/dll/import_mangled.hpp>