GCC 15 is now available, with support for more draft C++26 features
a year ago
- #GCC
- #Programming
- #C++
- GCC 15 has been released with several new C++26 features implemented.
- Key C++26 features include P2558R2 (adding characters to basic set), P2552R3 (standard attributes), P2662R3 (pack indexing), and more.
- Improvements in C++ Modules and compilation time speed ups have been introduced.
- Other notable features include P1967R14 (#embed), P2865R5 (removing deprecated array comparisons), and P3247R2 (deprecating trivial types).
- For a complete list of changes, refer to the official release notes.