]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/config/auto_link.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / config / auto_link.hpp
index 1ea6faa7736b5da91fb29d4a6a2c70ff5fa144aa..64dee1ef16f531c3173230e5176948f3b65f2901 100644 (file)
@@ -182,19 +182,20 @@ BOOST_LIB_SUFFIX:     Static/import libraries extension (".lib", ".a") for the c
      // vc14.1:
 #    define BOOST_LIB_TOOLSET "vc141"
 
-#  elif defined(BOOST_MSVC)
+#  elif defined(BOOST_MSVC) && (BOOST_MSVC < 1930)
 
      // vc14.2:
 #    define BOOST_LIB_TOOLSET "vc142"
 
+#  elif defined(BOOST_MSVC)
+
+     // vc14.3:
+#    define BOOST_LIB_TOOLSET "vc143"
+
 #  elif defined(BOOST_EMBTC_WINDOWS)
 
      // Embarcadero Clang based compilers:
-#    if defined(BOOST_EMBTC_WIN32C)
-#      define BOOST_LIB_TOOLSET "bcb32"
-#    elif defined(BOOST_EMBTC_WIN64)
-#      define BOOST_LIB_TOOLSET "bcb64"
-#    endif
+#    define BOOST_LIB_TOOLSET "embtc"
 
 #  elif defined(BOOST_BORLANDC)