This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] libstdc++/61374 fix string_view conversion and update to latest draft
- From: Daniel Krügler <daniel dot kruegler at gmail dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 1 Jun 2014 21:07:17 +0200
- Subject: Re: [patch] libstdc++/61374 fix string_view conversion and update to latest draft
- Authentication-results: sourceware.org; auth=none
- References: <20140601172422 dot GP6953 at redhat dot com>
2014-06-01 19:24 GMT+02:00 Jonathan Wakely <jwakely@redhat.com>:
> Tested x86_64-linux, committed to trunk.
>
> This should probably go on the 4.9 branch too, although we could leave
> the old default cosntructor semantics and just fix the conversion
> operator.
Looking at the comparison functions of basic_string_view I noticed
that these are not constexpr (nor seem to be other functions such as
find()).
- Daniel