Change __CODEGEARC__ to BOOST_CODEGEARC, which is defined in Boost config for the Embarcadero non-clang-based compilers. (#32)

This commit is contained in:
Edward Diener
2020-04-30 17:26:21 -04:00
committed by GitHub
parent ff0bcc1d85
commit 865cb399d5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#include <boost/detail/lightweight_test.hpp>
#include <boost/detail/workaround.hpp>
#if BOOST_WORKAROUND(__CODEGEARC__, BOOST_TESTED_AT(0x610))
#if BOOST_WORKAROUND(BOOST_CODEGEARC, BOOST_TESTED_AT(0x610))
struct tag_test {};
#endif