This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Reimplment regex matcher using DFS
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Tim Shen <timshen91 at gmail dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 23 Jul 2013 16:32:59 +0200
- Subject: Re: [Patch] Reimplment regex matcher using DFS
- References: <CAPrifDnky=cuvwL0HHCKD5zOkLj5EqFbBm9-HXSyEXYjNUKzMg at mail dot gmail dot com> <51EE882F dot 2060106 at oracle dot com> <CAPrifD=PjHMj_SAwTKjj+9PNZcW3urLOXbeTH3-R69c-OGh4SA at mail dot gmail dot com>
Hi,
>Is this naive or not?
I don't know. For sure we don't want inline code in *.tcc headers.
Paolo