2
0
mirror of https://github.com/boostorg/config.git synced 2026-01-19 04:02:17 +00:00

Add support for msvc-14.5 to boost/config/auto_link.hpp

This commit is contained in:
Peter Dimov
2025-12-21 22:24:34 +02:00
parent f6131a2900
commit 56239bfd88

View File

@@ -187,11 +187,16 @@ BOOST_LIB_SUFFIX: Static/import libraries extension (".lib", ".a") for the c
// vc14.2:
# define BOOST_LIB_TOOLSET "vc142"
# elif defined(BOOST_MSVC)
# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1950)
// vc14.3:
# define BOOST_LIB_TOOLSET "vc143"
# elif defined(BOOST_MSVC)
// vc14.5:
# define BOOST_LIB_TOOLSET "vc145"
# elif defined(BOOST_EMBTC_WINDOWS)
// Embarcadero Clang based compilers: