Fix missing #pragma warning(pop)'s for msvc

Fixes https://github.com/boostorg/type_traits/issues/68
This commit is contained in:
jzmaddock
2018-05-04 20:03:59 +01:00
parent 4c3706113a
commit 7e9909324a
3 changed files with 12 additions and 0 deletions

View File

@ -149,5 +149,9 @@ namespace boost
#undef BOOST_TT_TRAIT_OP
#undef BOOST_TT_FORBIDDEN_IF
#if defined(BOOST_MSVC)
# pragma warning (pop)
#endif
#endif
#endif

View File

@ -154,5 +154,9 @@ namespace boost
#undef BOOST_TT_TRAIT_OP
#undef BOOST_TT_FORBIDDEN_IF
#if defined(BOOST_MSVC)
# pragma warning (pop)
#endif
#endif
#endif

View File

@ -152,5 +152,9 @@ namespace boost
#undef BOOST_TT_TRAIT_OP
#undef BOOST_TT_FORBIDDEN_IF
#if defined(BOOST_MSVC)
# pragma warning (pop)
#endif
#endif
#endif