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] Whole regex refactoring and current status


On Tue, Aug 6, 2013 at 4:56 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:

> Why? Isn't a new file, thus 2010-2013 seems just fine.

It's an accident, sorry.

> +
> +  // TODO implement it.
> +  template<typename _BiIter>
> +    void
> +    _Scanner<_BiIter>::
> +    _M_eat_escape()
>
> The comment is quite mysterious! A lot of code is already there, and first
> blush isn't clear at all what is missing and what already works.

Um, What I mean is, it does some things but the support to escaping is
not complete;
I changed the comment to "TODO complete it."


-- 
Tim Shen

Attachment: regex.patch
Description: Binary data


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