First time contributor, adding p1004 for C++20 -- constexpr std::vector

Jonathan Wakely jwakely@redhat.com
Thu Jul 30 19:56:15 GMT 2020


On 30/07/20 13:37 -0400, Josh Marshall via Libstdc++ wrote:
>Which branch should I be branching off of to develop from?  Master
>looks like it is having compile failures:

The master branch is the right one.

It looks like you're using guix, which seems to be broken by design as
far as I can tell.

The strtof function is not detected during configure:
https://lists.gnu.org/archive/html/guix-devel/2020-06/msg00131.html

You might want to consider using an OS that can configure libstdc++
properly if you plan to work on libstdc++.

I've committed the attached patch to master, which should fix those
errors.

Tested x86_64-linux, committed to master.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 1944 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/libstdc++/attachments/20200730/a5bd1c3f/attachment.bin>


More information about the Libstdc++ mailing list