mirror of
https://github.com/boostorg/regex.git
synced 2025-07-22 16:47:17 +02:00
Add missing function bodies for sub_match::begin/end and enhance tests.
This commit is contained in:
@ -165,8 +165,8 @@ public:
|
||||
//
|
||||
// Make this type a range, for both Boost.Range, and C++11:
|
||||
//
|
||||
BidiIterator begin()const;
|
||||
BidiIterator end()const;
|
||||
BidiIterator begin()const { return this->first; }
|
||||
BidiIterator end()const { return this->second; }
|
||||
|
||||
|
||||
#ifdef BOOST_OLD_REGEX_H
|
||||
|
Reference in New Issue
Block a user