From a44fafcd6843ff1398e5833ec7bcaf0646639722 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 31 Oct 2002 12:33:22 +0000 Subject: [PATCH] Changed is_POD.hpp to is_pod.hpp [SVN r16031] --- include/boost/type_traits.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/boost/type_traits.hpp b/include/boost/type_traits.hpp index 02eb0d8..cf1110d 100644 --- a/include/boost/type_traits.hpp +++ b/include/boost/type_traits.hpp @@ -39,7 +39,7 @@ #include "boost/type_traits/is_member_function_pointer.hpp" #include "boost/type_traits/is_member_pointer.hpp" #include "boost/type_traits/is_object.hpp" -#include "boost/type_traits/is_POD.hpp" +#include "boost/type_traits/is_pod.hpp" #include "boost/type_traits/is_polymorphic.hpp" #include "boost/type_traits/is_pointer.hpp" #include "boost/type_traits/is_reference.hpp" @@ -57,7 +57,10 @@ #include "boost/type_traits/remove_volatile.hpp" #include "boost/type_traits/type_with_alignment.hpp" +#include "boost/type_traits/ice.hpp" + #endif // BOOST_TYPE_TRAITS_HPP +