This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] Support embedded zeros in sub_match comparisons (DR 2217)
- From: Tim Shen <timshen at google dot com>
- To: Daniel KrÃgler <daniel dot kruegler at gmail dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 13 Nov 2014 14:30:48 -0800
- Subject: Re: [patch] Support embedded zeros in sub_match comparisons (DR 2217)
- Authentication-results: sourceware.org; auth=none
- References: <CAGNvRgB+B1Ny2-a-uQ7+twie+C3J5mebzBaLV7YxdjMhymTfVw at mail dot gmail dot com>
On Thu, Nov 13, 2014 at 2:11 PM, Daniel KrÃgler
<daniel.kruegler@gmail.com> wrote:
> + typedef typename sub_match<_Bi_iter>::string_type string_type;
Use _String_type instead of string_type? I'm not 100% sure of this.
--
Regards,
Tim Shen