forked from boostorg/regex
Fix msvc warning.
This commit is contained in:
@ -34,7 +34,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifdef BOOST_MSVC
|
#ifdef BOOST_MSVC
|
||||||
# pragma warning(push)
|
# pragma warning(push)
|
||||||
# pragma warning(disable: 4800)
|
# pragma warning(disable: 4800 4706)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
|
Reference in New Issue
Block a user