forked from boostorg/regex
Tidied up msvc-warning suppression code.
[SVN r38562]
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
namespace boost{
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4251 4231 4660)
|
||||
#pragma warning(disable : 4251 4231 4660 4800)
|
||||
#endif
|
||||
|
||||
namespace re_detail{
|
||||
|
Reference in New Issue
Block a user