mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 00:57:19 +02:00
Fix msvc warning.
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
#endif
|
||||
#ifdef BOOST_MSVC
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable: 4800)
|
||||
# pragma warning(disable: 4800 4706)
|
||||
#endif
|
||||
|
||||
namespace boost{
|
||||
|
Reference in New Issue
Block a user