This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] PR libstdc++/79206 check string_view sizes in operator==
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 24 Jan 2017 15:48:02 +0100 (CET)
- Subject: Re: [PATCH] PR libstdc++/79206 check string_view sizes in operator==
- Authentication-results: sourceware.org; auth=none
- References: <20170124120542.GA10349@redhat.com>
- Reply-to: libstdc++ at gcc dot gnu dot org
On Tue, 24 Jan 2017, Jonathan Wakely wrote:
I've just committed this, and then noticed that we don't do the same
optimization for basic_string unless the char_type is char.
Note the "see also" field in that PR ;-)
--
Marc Glisse