ISO C++ Standard:
*C 17
*C 11
*C 14
*C 98
*C 03
*C 20
The C++17 standard is feature complete and has been proposed for standardization. In compilers with experimental support for these features, it is usually referred to as C++1z.
auto
[[fallthrough]], [[nodiscard]], [[maybe_unused]]
static_assert
if and switch
if constexpr
std::optional
std::variant
std::string_view
merge() and extract() for associative containers
<filesystem> header.
<algorithm> header).
<cmath> header.