This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch 1/2] Rewrite regex scanner


On Fri, Aug 23, 2013 at 5:40 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> I would rearrange the ChangeLog, to put
>
>         * include/bits/regex_executor.tcc: Don't use reference for submatch.
>
> after regex_scanner.tcc, so that the files the _Scanner is moved from
> come immediately before the files it is moved to, otherwise it reads
> like "move _Scanner from ... don't use reference ... here" which
> doesn't make much sense :-)

Hmmm...it turns out there's no specified file order? // I always use
default order before.

So here it is.

By the way, it seems to take surprisingly short time to review; after
all, it's a huge patch.

-- 
Tim Shen

Attachment: changelog
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]