Quantcast
Viewing all articles
Browse latest Browse all 4923

SDK • Re: C++23 and std::flat_map ?

You can try the experimental support.
C++23 Support in GCC
GCC has experimental support for the latest revision of the C++ standard, which was finalized in 2023 and published in 2024.

C++23 features are available since GCC 11. To enable C++23 support, add the command-line parameter -std=c++2b to your g++ command line. Or, to enable GNU extensions in addition to C++23 features, add -std=gnu++2b
https://gcc.gnu.org/projects/cxx-status.html

Statistics: Posted by breaker — Fri Jan 03, 2025 8:30 pm



Viewing all articles
Browse latest Browse all 4923

Trending Articles