ISO C++ Standard:
*C 17
*C 11
*C 14
*C 98
*C 03
*C 20
The C++14 standard is often referred to as a bugfix for C++11. It contains only a limited list of changes of which most are extensions to the new features in C++11. Below you can find an overview of the changes as they have been grouped on the isocpp FAQ with links to more detailed documentation.
constexpr
[[deprecated]] attribute
std:: types
std::make_unique
_t aliases
get<string>(t))
greater<>(x))
std::quoted
std::gets was deprecated in C++11 and removed from C++14
std::random_shuffle is deprecated