Topic: Defect Report: regex_token_iterator summary error
Author: eric@boost-consulting.com (Eric Niebler)
Date: Sat, 2 Jun 2007 16:39:56 GMT Raw View
Looking at n1836, 7.12.2/3, it 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 regex_iterator<BidirectionalIterator, charT,
traits> position and sets the internal count N to zero.
--
Eric Niebler
Boost Consulting
www.boost-consulting.com
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: foo@bar.com ("foobar")
Date: Thu, 7 Jun 2007 16:49:10 GMT Raw View
Eric Niebler wrote:
> Looking at n1836, 7.12.2/3, it 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 regex_iterator<BidirectionalIterator, charT,
> traits> position and sets the internal count N to zero.
Yep, looks like a typo/administrative fix to me.
John.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]