Document BOOST_MSSTL_VERSION

This commit is contained in:
Peter Dimov
2022-11-16 22:25:12 +02:00
parent 56e7a0e49d
commit 7cd570492f

View File

@@ -1535,6 +1535,13 @@ Defined if the Windows platform API is available.
Defined if the dinkumware standard library is in use, takes the same value Defined if the dinkumware standard library is in use, takes the same value
as the Dinkumware library version macro `_CPPLIB_VER` if defined, otherwise 1. as the Dinkumware library version macro `_CPPLIB_VER` if defined, otherwise 1.
]] ]]
[[`BOOST_MSSTL_VERSION`][`<boost/config.hpp>`][
Defined if the Microsoft Visual C++ standard library is in use.
Has the value of `_MSVC_STL_VERSION` when that is defined, and a synthesized
value of the same format otherwise. Example values are 143 for
VS2022/msvc-14.3, 142 for VS2019/msvc-14.2, 141 for VS2017/msvc-14.1,
140 for VS2015/msvc-14.0, 120 for VS2013/msvc-12.0, and so on.
]]
[[`BOOST_NO_WREGEX`][`<boost/regex.hpp>`][ [[`BOOST_NO_WREGEX`][`<boost/regex.hpp>`][
Defined if the regex library does not support wide character regular Defined if the regex library does not support wide character regular
expressions. expressions.