From: Jonathan Wakely <jwakely@redhat.com>
To: libstdc++@gcc.gnu.org
Subject: Status report for my libstdc++ fork
Date: Tue, 25 May 2021 22:06:06 +0100 [thread overview]
Message-ID: <YK1mvkHjTAaFFOTR@redhat.com> (raw)
For those interested in the latest and greatest libstdc++, the
following changes are present in my gitlab fork of GCC (but not in the
FSF tree). The changes include a number of C++23 proposals and a nice
performance improvement for std::visit.
The fork is at https://gitlab.com/jonathan-wakely/gcc
libstdc++: Implement std::clamp with std::min and std::max [PR 96733]
libstdc++: Allow visiting inherited variants [PR 90943]
libstdc++: Do not allocate a zero-size vector<bool> [PR 100153]
libstdc++: Use conditional noexcept in std::reverse_iterator [PR 94418]
libstdc++: Make std::system_category() recognize Windows error codes
libstdc++: Add utility for creating std::error_code from OS errors
libstdc++: Add noexcept to common_iterator proxy operators
libstdc++: Make move ctor noexcept for fully-dynamic string
libstdc++: Optimize std::visit for the common case [PR 78113]
libstdc++: Define std::invoke_r from P2136R3
libstdc++: Simplify __normal_iterator converting constructor
libstdc++: Add std::__conditional_t alias template
libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]
libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]
libstdc++: Implement LWG 3522 for std::priority_queue
libstdc++: Implement LWG 3529 for std::priority_queue
libstdc++: Implement LWG 3506 for std::priority_queue
libstdc++: Add container adaptor constructors taking iterators [P1425R4]
libstdc++: Fix narrowing conversion in std::visit
libstdc++: Simplify __throw_out_of_range_fmt for freestanding
libstdc++: Implement P1518R2 for container deduction guides
libstdc++: Remove useless base classes in pb_db tests
libstdc++: Remove unary_function base classes from std::thread tests
libstdc++: Make std::jthread support pointers to member functions [PR 100612]
libstdc++: Allow stateful allocators in std::list::sort [PR 66742]
reply other threads:[~2021-05-25 21:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YK1mvkHjTAaFFOTR@redhat.com \
--to=jwakely@redhat.com \
--cc=libstdc++@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).