Need to include the correct MPL helper-header to #undef macros after use.

[SVN r28277]
This commit is contained in:
John Maddock
2005-04-16 12:44:26 +00:00
parent 9ca0221b86
commit 3086f4144f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -76,6 +76,6 @@ BOOST_TT_AUX_SIZE_T_TRAIT_DEF1(rank,T,(::boost::detail::rank_imp<T,0>::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