From 7d61e78d56f981fd70db51fa99237a36b0b586dc Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 30 Apr 2006 03:04:18 +0000 Subject: [PATCH] Keep bool_trait_def.hpp as the last #include; add bool_trait_undef.hpp at the end. [SVN r33867] --- include/boost/detail/is_incrementable.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/boost/detail/is_incrementable.hpp b/include/boost/detail/is_incrementable.hpp index 0ae4eca..cb7d7a7 100755 --- a/include/boost/detail/is_incrementable.hpp +++ b/include/boost/detail/is_incrementable.hpp @@ -4,13 +4,15 @@ #ifndef IS_INCREMENTABLE_DWA200415_HPP # define IS_INCREMENTABLE_DWA200415_HPP -# include # include # include # include # include # include +// Must be the last include +# include + namespace boost { namespace detail { // is_incrementable metafunction @@ -117,5 +119,6 @@ BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(1, ::boost::detail::is_postfix_incrementable) } // namespace boost +# include #endif // IS_INCREMENTABLE_DWA200415_HPP