From 6af3ce77b57d24dda3a41b58bebd30b15ca17f57 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 25 Oct 2002 10:41:55 +0000 Subject: [PATCH] Fixed case sensitivity of is_POD.hpp header name. [SVN r15982] --- include/boost/type_traits/type_with_alignment.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/type_traits/type_with_alignment.hpp b/include/boost/type_traits/type_with_alignment.hpp index 5f135d0..8d095b4 100644 --- a/include/boost/type_traits/type_with_alignment.hpp +++ b/include/boost/type_traits/type_with_alignment.hpp @@ -13,7 +13,7 @@ #include "boost/preprocessor/tuple/to_list.hpp" #include "boost/preprocessor/cat.hpp" #include "boost/type_traits/alignment_of.hpp" -#include "boost/type_traits/is_pod.hpp" +#include "boost/type_traits/is_POD.hpp" #include "boost/static_assert.hpp" #include "boost/config.hpp" @@ -164,3 +164,4 @@ template <> struct type_with_alignment<16>{ typedef align::a16 type; }; #endif // BOOST_TT_TYPE_WITH_ALIGNMENT_INCLUDED +