InicioEstándares C++
Estándares C++
Cada versión de C++ desde C++98 hasta C++26 — qué cambió, qué se agregó y qué se eliminó.
C++26
BorradorReflection, contracts, pattern matching, Senders/Receivers
Ver estándarC++23
Publicadostd::print, std::expected, deducing this, import std
Ver estándarC++20
PublicadoConcepts, ranges, coroutines, modules, std::format
Ver estándarC++17
Publicadostd::optional, std::variant, if constexpr, structured bindings
Ver estándarC++14
PublicadoGeneric lambdas, variable templates, std::make_unique
Ver estándarC++11
PublicadoMove semantics, smart pointers, lambdas, range-for, auto
Ver estándarC++03
PublicadoBug-fix revision to C++98
Ver estándarC++98
PublicadoThe original ISO C++ standard
Ver estándar