
4 Jun
2007
4 Jun
'07
11:22 p.m.
On 6/4/07, Eric Niebler <eric@boost-consulting.com> wrote:
Hugh Wimberly wrote:
Essentially, .NET numbers all the named captures after all the unnamed captures, and everybody else simply numbers them all in order from left to right. My personal opinion is that the Boost.Regex implementation should follow Python's and PCRE's practice
Absolutely. That's what Xpressive does, also.
I agree. Taking the Python and PCRE path seems more user-friendly, in terms of implementation as well as compatibility Jake