Move some #pragma warning(pop)'s to the correct place.

This commit is contained in:
jzmaddock
2018-05-15 18:22:59 +01:00
parent e2041351c8
commit 6a1fbd45f6
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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