is_class requires remove_cv even when using intrinsics if the compiler is EDG based.

[SVN r50401]
This commit is contained in:
John Maddock
2008-12-29 16:42:35 +00:00
parent 2e8f5e6a14
commit 534e3294dc

View File

@ -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>