From 3086f4144f3b73442579c8f33a85c433e7c3f613 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 16 Apr 2005 12:44:26 +0000 Subject: [PATCH] Need to include the correct MPL helper-header to #undef macros after use. [SVN r28277] --- include/boost/type_traits/extent.hpp | 2 +- include/boost/type_traits/rank.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/type_traits/extent.hpp b/include/boost/type_traits/extent.hpp index 86cdb4e..6599236 100755 --- a/include/boost/type_traits/extent.hpp +++ b/include/boost/type_traits/extent.hpp @@ -129,6 +129,6 @@ struct extent } // namespace boost -#include "boost/type_traits/detail/bool_trait_undef.hpp" +#include "boost/type_traits/detail/size_t_trait_undef.hpp" #endif // BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED diff --git a/include/boost/type_traits/rank.hpp b/include/boost/type_traits/rank.hpp index c58ef8d..43b428d 100755 --- a/include/boost/type_traits/rank.hpp +++ b/include/boost/type_traits/rank.hpp @@ -76,6 +76,6 @@ BOOST_TT_AUX_SIZE_T_TRAIT_DEF1(rank,T,(::boost::detail::rank_imp::value)) } // namespace boost -#include "boost/type_traits/detail/bool_trait_undef.hpp" +#include "boost/type_traits/detail/size_t_trait_undef.hpp" #endif // BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED