Created on 2007-03-03.00:00:00 last changed 171 months ago
Proposed resolution:
In [re.regiter.cnstr]/2 change the above quoted part by
Effects: Initializes begin and end to point to the beginning and the end of the target sequence designated by the iterator range [a, b), sets pregex to &re, sets flags to
fm, then calls regex_search(begin, end, match, *pregex, flags). If this call returns false the constructor sets *this to the end-of-sequence iterator.
In [re.regiter.cnstr]/2 the effects paragraph starts with:
Effects: Initializes begin and end to point to the beginning and the end of the target sequence, sets pregex to &re, sets flags to f,[..]
There are two issues with this description:
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg3329 |
2007-03-03 00:00:00 | admin | create |