forked from boostorg/regex
Stop calling std::list<>::size(), it's not O(1).
Suppress MSVC warning. Fix error code for bad repeat range. [SVN r31833]
This commit is contained in:
@ -494,6 +494,7 @@ bool perl_matcher<BidiIterator, Allocator, traits>::match_char_repeat()
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable:4127)
|
||||
#pragma warning(disable:4267)
|
||||
#endif
|
||||
#ifdef __BORLANDC__
|
||||
#pragma option push -w-8008 -w-8066 -w-8004
|
||||
|
Reference in New Issue
Block a user