A header named _pop should presumably pop instead of push

This commit is contained in:
Peter Dimov
2018-09-15 03:40:33 +03:00
parent e5753d13e2
commit bde5937912

View File

@ -8,5 +8,5 @@
//--------------------------------------------------------------------------------------//
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(pop)
#endif