public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* Status report for my libstdc++ fork
@ 2021-05-25 21:06 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-05-25 21:06 UTC (permalink / raw)
  To: libstdc++

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]




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-25 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 21:06 Status report for my libstdc++ fork Jonathan Wakely

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).