This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of NAD Editorial status.

683. regex_token_iterator summary error

Section: 32.11.2 [re.tokiter] Status: NAD Editorial Submitter: Eric Niebler Opened: 2007-06-02 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [re.tokiter].

View all issues with NAD Editorial status.

Discussion:

32.11.2 [re.tokiter], p3 says:

After it is constructed, the iterator finds and stores a value match_results<BidirectionalIterator> position and sets the internal count N to zero.

Should read:

After it is constructed, the iterator finds and stores a value match_resultsregex_iterator<BidirectionalIterator, charT, traits> position and sets the internal count N to zero.

[ John adds: ]

Yep, looks like a typo/administrative fix to me.

Proposed resolution: