|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50401 - trunk/boost/type_traits
From: john_at_[hidden]
Date: 2008-12-29 11:42:36
Author: johnmaddock
Date: 2008-12-29 11:42:35 EST (Mon, 29 Dec 2008)
New Revision: 50401
URL: http://svn.boost.org/trac/boost/changeset/50401
Log:
is_class requires remove_cv even when using intrinsics if the compiler is EDG based.
Text files modified:
trunk/boost/type_traits/is_class.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/type_traits/is_class.hpp
==============================================================================
--- trunk/boost/type_traits/is_class.hpp (original)
+++ trunk/boost/type_traits/is_class.hpp 2008-12-29 11:42:35 EST (Mon, 29 Dec 2008)
@@ -27,10 +27,11 @@
# include <boost/type_traits/is_function.hpp>
#endif
+#endif // BOOST_IS_CLASS
+
#ifdef __EDG_VERSION__
# include <boost/type_traits/remove_cv.hpp>
#endif
-#endif // BOOST_IS_CLASS
// should be the last #include
#include <boost/type_traits/detail/bool_trait_def.hpp>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk