[PATCH, libstdc++] More

Ed Smith-Rowland via libstdc++ libstdc++@gcc.gnu.org
Sat Nov 16 03:17:00 GMT 2019


First of all, the redo of the iterator portion in response to 
https://gcc.gnu.org/ml/gcc-patches/2019-11/msg01467.html passed testing.

This patch contains constexpr char_traits. I also found an old extension 
that had been left out of the constexpr bandwagon that I caught up.

This patch also includes constexpr string_view::copy which depends on 
teh type_traits.

This gets all of p1032 except string::copy (although constexpr 
char_traits should almost enable this too once constexpr string is in).  
I'm done.

This passes on x86_64-linux.

OK?


-------------- next part --------------
A non-text attachment was scrubbed...
Name: p1032_char_traits.CL
Type: text/x-opencl-src
Size: 880 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20191116/6fd68feb/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p1032_char_traits.patch
Type: text/x-patch
Size: 18867 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20191116/6fd68feb/attachment-0001.bin>


More information about the Libstdc++ mailing list