Added BOOST_NO_STD_WSTREAMBUF guard

[SVN r14491]
This commit is contained in:
John Maddock
2002-07-17 11:39:15 +00:00
parent e6a371c6d6
commit 1ad6328d33
2 changed files with 2 additions and 2 deletions

View File

@ -536,7 +536,7 @@ private:
#endif // Wide strings #endif // Wide strings
#endif // Win32 #endif // Win32
#ifndef BOOST_NO_STD_LOCALE #if !defined(BOOST_NO_STD_LOCALE) && !defined(BOOST_NO_STD_WSTREAMBUF)
} // namspace boost } // namspace boost

View File

@ -25,7 +25,7 @@
#include <boost/regex/config.hpp> #include <boost/regex/config.hpp>
#ifndef BOOST_NO_STD_LOCALE #if !defined(BOOST_NO_STD_LOCALE) && !defined(BOOST_NO_STD_WSTREAMBUF)
# ifdef BOOST_MSVC # ifdef BOOST_MSVC
# pragma warning(disable:4786 4702 4127 4244) # pragma warning(disable:4786 4702 4127 4244)