From 6a1fbd45f6babf9b3b90829b2552a719fdbb1ec0 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 15 May 2018 18:22:59 +0100 Subject: [PATCH] Move some #pragma warning(pop)'s to the correct place. --- include/boost/type_traits/has_minus.hpp | 3 ++- include/boost/type_traits/has_minus_assign.hpp | 3 ++- include/boost/type_traits/has_plus_assign.hpp | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/include/boost/type_traits/has_minus.hpp b/include/boost/type_traits/has_minus.hpp index 6744f72..3f6271a 100644 --- a/include/boost/type_traits/has_minus.hpp +++ b/include/boost/type_traits/has_minus.hpp @@ -149,9 +149,10 @@ namespace boost #undef BOOST_TT_TRAIT_OP #undef BOOST_TT_FORBIDDEN_IF +#endif + #if defined(BOOST_MSVC) # pragma warning (pop) #endif #endif -#endif diff --git a/include/boost/type_traits/has_minus_assign.hpp b/include/boost/type_traits/has_minus_assign.hpp index a944ffa..936ffed 100644 --- a/include/boost/type_traits/has_minus_assign.hpp +++ b/include/boost/type_traits/has_minus_assign.hpp @@ -154,9 +154,10 @@ namespace boost #undef BOOST_TT_TRAIT_OP #undef BOOST_TT_FORBIDDEN_IF +#endif + #if defined(BOOST_MSVC) # pragma warning (pop) #endif #endif -#endif diff --git a/include/boost/type_traits/has_plus_assign.hpp b/include/boost/type_traits/has_plus_assign.hpp index 66d6c31..cf012e2 100644 --- a/include/boost/type_traits/has_plus_assign.hpp +++ b/include/boost/type_traits/has_plus_assign.hpp @@ -152,9 +152,10 @@ namespace boost #undef BOOST_TT_TRAIT_OP #undef BOOST_TT_FORBIDDEN_IF +#endif + #if defined(BOOST_MSVC) # pragma warning (pop) #endif #endif -#endif