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.