Revert Clang intrinsics support - it doesn't always work presently.

Change authorized by eric niebler.
Fixes #5635.

[SVN r72758]
This commit is contained in:
John Maddock
2011-06-26 08:16:55 +00:00
parent 5eb0486699
commit 2799200d4e

View File

@@ -124,7 +124,7 @@
# define BOOST_HAS_TYPE_TRAITS_INTRINSICS
#endif
#if (defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 3) && !defined(__GCCXML__)))) || (__clang_major__ >= 3)
#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 3) && !defined(__GCCXML__)))
# include <boost/type_traits/is_same.hpp>
# include <boost/type_traits/is_reference.hpp>
# include <boost/type_traits/is_volatile.hpp>