Difference between revisions of "Template:cpp/compiler support/26"
From cppreference.com
(gcc supports P2497R0 now) |
(gcc supports P1759R6 now) |
||
Line 143: | Line 143: | ||
| reference={{wg21|P1759R6}} | | reference={{wg21|P1759R6}} | ||
| version=c++26 | | version=c++26 | ||
+ | | gcc={{yes|14}} | ||
}} | }} | ||
{{standard library support row | {{standard library support row |
Revision as of 15:21, 15 September 2023
C++26 core language features
C++26 feature |
Paper(s) |
GCC |
Clang |
MSVC |
Apple Clang |
EDG eccp |
Intel C++ |
IBM XL C++ |
IBM Open XL C++ for AIX |
IBM Open XL C++ for z/OS |
Sun/Oracle C++ |
Embarcadero C++ Builder |
Cray |
Nvidia HPC C++ (ex PGI)* |
Nvidia nvcc |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DR23: Removing undefined behavior from lexing | P2621R2 | Yes | 3.3 | |||||||||||||
DR: Making non-encodable string literals ill-formed | P1854R4 | 14 | ||||||||||||||
Unevaluated strings | P2361R6 | 17 (partial)* 18 |
||||||||||||||
Adding @ , $ , and ` to the basic character set
|
P2558R2 | Yes | ||||||||||||||
constexpr cast from void* | P2738R1 | 14 | 17 | |||||||||||||
DR: On the ignorability of standard attributes | P2552R2 | |||||||||||||||
DR: Static storage for braced initializers | P2752R2 | 14 | ||||||||||||||
User-generated static_assert messages | P2741R3 | 17 | ||||||||||||||
Placeholder variables with no name | P2169R4 | 18 | ||||||||||||||
C++26 feature |
Paper(s) |
GCC |
Clang |
MSVC |
Apple Clang |
EDG eccp |
Intel C++ |
IBM XL C++ |
IBM Open XL C++ for AIX |
IBM Open XL C++ for z/OS |
Sun/Oracle C++ |
Embarcadero C++ Builder |
Cray |
Nvidia HPC C++ (ex PGI)* |
Nvidia nvcc |
C++26 library features
C++26 feature |
Paper(s) |
GCC libstdc++ |
Clang libc++ |
MSVC STL |
Apple Clang* |
IBM Open XL C/C++ for AIX* |
Sun/Oracle C++* |
Embarcadero C++ Builder* |
|
---|---|---|---|---|---|---|---|---|---|
Testing for success or failure of <charconv> functions | P2497R0 | 14 | 18 | ||||||
std::text_encoding: text encodings identification | P1885R12 | ||||||||
Arithmetic overloads of std::to_string and std::to_wstring use std::format | P2587R3 | 14 | |||||||
Type checking format args | P2757R3 | ||||||||
Formatting pointers | P2510R3 | 14 | 17 | ||||||
Hashing support for std::chrono value classes | P2592R3 | ||||||||
Read-copy update (RCU) | P2545R4 | ||||||||
Hazard pointers | P2530R3 | ||||||||
ADL-proof std::projected | P2538R1 | 14 | 19.38* | ||||||
constexpr stable sorting | P2562R1 | ||||||||
Member visit
|
P2637R3 | ||||||||
std::is_within_lifetime in constant evaluation | P2641R4 | ||||||||
Extending associative containers with the remaining heterogeneous overloads | P2363R5 | ||||||||
Enabling the use of std::weak_ptr as keys in unordered associative containers | P1901R2 | ||||||||
Native handles in file streams | P1759R6 | 14 | |||||||
Interfacing string streams with std::string_view | P2495R3 | ||||||||
Interfacing std::bitset with std::string_view | P2697R1 | ||||||||
More constexpr for <cmath> and <complex> | P1383R2 | 4.6 (partial)* | |||||||
Adding the new 2022 SI prefixes on ratios: std::quecto, std::ronto, std::ronna, and std::quetta | P2734R0 | 14 | 17 | ||||||
std::function_ref: type-erased callable reference | P0792R14 | ||||||||
std::copyable_function | P2548R6 | ||||||||
std::bind_front, std::bind_back, and std::not_fn to NTTP callables | P2714R1 | ||||||||
std::submdspan() | P2630R4 | ||||||||
Freestanding Language: Optional ::operator new | P2013R5 | N/A | |||||||
C++26 feature |
Paper(s) |
GCC libstdc++ |
Clang libc++ |
MSVC STL |
Apple Clang* |
IBM Open XL C/C++ for AIX* |
Sun/Oracle C++* |
Embarcadero C++ Builder* |