mirror of
https://github.com/boostorg/regex.git
synced 2025-07-18 06:42:08 +02:00
Added BOOST_NO_STD_WSTREAMBUF guard
[SVN r14491]
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user