Title
regex_token_iterator summary error
Status
nad editorial
Section
[re.tokiter]
Submitter
Eric Niebler

Created on 2007-06-02.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

[ John adds: ]

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

Date: 2007-06-02.00:00:00

[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.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3430
2007-06-02 00:00:00admincreate