
29 May
2007
29 May
'07
8:47 a.m.
Eric Niebler wrote:
What should this program print?
boost::regex r("(a)"); std::cout << r.mark_count();
My tests show "2". I think the answer should be "1". I see this resolution to TR1 issue 7.22:
You're right, I'll look into this, thanks for spotting it, John.