Hackernews posts about C++23
C++23 is the next major version of the C++ programming language, which is currently being developed by the ISO/IEC JTC1/SC22/WG21 committee and is expected to be released in 2023.
- C++23 Language Features and Reference Cards (www.cppstories.com)
- C++23: Removing garbage collection support (www.sandordargo.com)
- C++23: The Next C++ Standard (modernescpp.com)
- Enum class improvements for C++17, C++20 and C++23 (www.cppstories.com)
- C++23 “Pandemic Edition” is complete (herbsutter.com)
- C++23: std:out_ptr and std:inout_ptr (www.sandordargo.com)
- The C++ Standard Library: The Fourth Edition includes C++23 (modernescpp.com)
- How to Use Monadic Operations for `std:optional` in C++23 (www.cppstories.com)
- C++23’s Deducing this: what it is, why it is, how to use it (devblogs.microsoft.com)
- C++23 Characters (euroquis.nl)
- User-defined class qualifiers in C++23 (bannalia.blogspot.com)
- C++23: Removing CR from CRTP(Curiously Recurring Template Pattern) (modernescpp.com)
- C++23 Is Finalized. Here Comes C++26 (medium.com)
- C++23: ISO/IEC 14882:2024 (www.iso.org)
- New Algorithms in C++23 – Conor Hoekstra – C++ on Sea 2023 [video] (www.youtube.com)
- C++23's New Fold Algorithms (devblogs.microsoft.com)
- How we added support for the C++23 assume feature in GCC (developers.redhat.com)
- Combining Collections with Zip in C++23 for Efficient Data Processing (www.cppstories.com)
- C++23: some changes related to templates (www.sandordargo.com)
- C++23’s New Fold Algorithms (devblogs.microsoft.com)
- C++23: An Overview of Almost All New and Updated Features [video] (www.youtube.com)
- Seastar now supports C++20 and C++23 (and dropped support for C++17) (www.scylladb.com)
- C++23: The Rise of New Streams (www.sandordargo.com)
- C++23: Multidimensional Operator[] (www.sandordargo.com)
- C++23: Compatibility with C (www.sandordargo.com)
- C++23: More Small Pearls (www.modernescpp.com)
- C++23: The Small Pearls in the Core Language (www.modernescpp.com)
- Functional exception-less error handling with C++23's optional and expected (devblogs.microsoft.com)