Set push and pop pragmas to be guarded by the same logic.

[SVN r63740]
This commit is contained in:
John Maddock
2010-07-08 10:31:00 +00:00
parent 5cef38cfc3
commit 73fc09f4a3

View File

@ -361,7 +361,7 @@ inline u32regex_token_iterator<const UChar*> make_u32regex_token_iterator(const
return u32regex_token_iterator<const UChar*>(s.getBuffer(), s.getBuffer() + s.length(), e, submatch, m); return u32regex_token_iterator<const UChar*>(s.getBuffer(), s.getBuffer() + s.length(), e, submatch, m);
} }
#if BOOST_WORKAROUND(BOOST_MSVC, == 1310) #if BOOST_WORKAROUND(BOOST_MSVC, > 1300)
# pragma warning(pop) # pragma warning(pop)
#endif #endif
#ifdef BOOST_HAS_ABI_HEADERS #ifdef BOOST_HAS_ABI_HEADERS