Michel Morin 960c85dedc Explicitly guard gcc's code path using 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]
2012-05-13 05:49:12 +00:00
2001-02-17 12:25:45 +00:00
2003-10-07 10:51:54 +00:00
2007-09-10 09:19:49 +00:00
S
Description
Boost.org type_traits module
5.3 MiB
Languages
C++ 99.9%