mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Document BOOST_CLANG_VERSION
This commit is contained in:
@@ -1481,6 +1481,12 @@ compiler version macro.
|
|||||||
[[`BOOST_CLANG`][`<boost/config.hpp>`][
|
[[`BOOST_CLANG`][`<boost/config.hpp>`][
|
||||||
Defined to 1 if the compiler is the Clang compiler.
|
Defined to 1 if the compiler is the Clang compiler.
|
||||||
]]
|
]]
|
||||||
|
[[`BOOST_CLANG_VERSION`][`<boost/config.hpp>`][
|
||||||
|
Defined to the version of the Clang compiler, usually
|
||||||
|
`__clang_major__ * 10000 + __clang_minor__ * 100 + __clang_patchlevel__`. On
|
||||||
|
Apple Clang, has a best-effort value reflecting the upstream version, rather
|
||||||
|
than the Apple version.
|
||||||
|
]]
|
||||||
[[`BOOST_BORLANDC`][`<boost/config.hpp>`][
|
[[`BOOST_BORLANDC`][`<boost/config.hpp>`][
|
||||||
Defined to the value of __BORLANDC__ if the compiler is the Embarcadero
|
Defined to the value of __BORLANDC__ if the compiler is the Embarcadero
|
||||||
non-clang based compiler.
|
non-clang based compiler.
|
||||||
|
Reference in New Issue
Block a user