1 May
2020
1 May
'20
2:37 p.m.
On 2020-03-30 19:45, Edward Diener via Boost wrote:
2) Updating Boost Config to support the clang-based compilers. I have done this and the PR has been merged to 'develop' on Boost Config.
3) In the update to Boost Config, I have created these macros:
a) BOOST_BORLANDC = __BORLANDC__ with __clang__ not defined b) BOOST_CODEGEARC = __CODEGEARC__ with __clang__ not defined c) BOOST_EMBTC = Embarcadero C++ compilers with __clang__ defined
Are these macros not documented in Boost.Config?