forked from boostorg/type_traits
960c85dedcf43910894fba2e207e3c96b2f3967f
BOOST_CLANG.
Currently, the version check `(__GNUC__ == 4) && (__GNUC_MINOR__ >= 3)` is enough to guard gcc's code path from clang, since clang pretends to be gcc-4.2.1. But, it seems that the clang's (pretended) gcc version will be changed to a more recent one in the near future. So we need the explicit guard. [SVN r78448]
Description
Boost.org type_traits module
5.3 MiB
Languages
C++
99.9%