From 534e3294dc9bde5b77a3d261daacfa107527f448 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 29 Dec 2008 16:42:35 +0000 Subject: [PATCH] is_class requires remove_cv even when using intrinsics if the compiler is EDG based. [SVN r50401] --- include/boost/type_traits/is_class.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/type_traits/is_class.hpp b/include/boost/type_traits/is_class.hpp index 63a0c6a..1a2cd20 100644 --- a/include/boost/type_traits/is_class.hpp +++ b/include/boost/type_traits/is_class.hpp @@ -27,10 +27,11 @@ # include #endif +#endif // BOOST_IS_CLASS + #ifdef __EDG_VERSION__ # include #endif -#endif // BOOST_IS_CLASS // should be the last #include #include