-
- Downloads
c++: Add most missing C++20 and C++23 names to cxxapi-data.csv
This includes uncommenting the atomic_flag non-member functions, which were added by PR libstdc++/103934. Also generate a hint for std::ignore, which was recently tweaked to be more generally useful by P2968R2, which r15-2324 implemented. gcc/cp/ChangeLog: * cxxapi-data.csv: Add C++20 and C++23 names from <chrono>, <format>, <generator>, <iterator>, <print>, and <stdfloat>. Set cxx11 dialect for std::ignore in <tuple>. Uncomment atomic_flag functions from <atomic>. * std-name-hint.gperf: Regenerate. * std-name-hint.h: Regenerate.
Loading
Please register or sign in to comment