forked from boostorg/regex
Make sub_match a valid range as per https://svn.boost.org/trac/boost/ticket/11036
This commit is contained in:
@ -162,6 +162,11 @@ public:
|
||||
#endif
|
||||
return *this;
|
||||
}
|
||||
//
|
||||
// Make this type a range, for both Boost.Range, and C++11:
|
||||
//
|
||||
BidiIterator begin()const;
|
||||
BidiIterator end()const;
|
||||
|
||||
|
||||
#ifdef BOOST_OLD_REGEX_H
|
||||
|
Reference in New Issue
Block a user