Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the official C++ standard?

Tags:

c++

iso

I thought the official C++ standard was 2023, but according to https://isocpp.org/std/the-standard it still points to 2020. Is this just an oversight of that document? It seems to be an authoritative site.

like image 812
Moop Avatar asked Oct 19 '25 02:10

Moop


1 Answers

At the time of this writing, C++23 is the current standard, and the isocpp.org website is out of date. C++23 was published October 2024 and is available from iso.org at https://www.iso.org/standard/83626.html

like image 68
NathanOliver Avatar answered Oct 21 '25 17:10

NathanOliver