mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 22:32:09 +02:00
Up the warning level, and fix the resulting warnings with msvc, gcc and Intel.
Fix bug in docs and regenerate. [SVN r65208]
This commit is contained in:
@ -31,6 +31,9 @@ typedef boost::match_flag_type match_flag_type;
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(disable:4309)
|
||||
#endif
|
||||
#ifdef BOOST_INTEL
|
||||
#pragma warning(disable:981 383)
|
||||
#endif
|
||||
|
||||
namespace boost{
|
||||
|
||||
|
Reference in New Issue
Block a user