最佳答案
C + + 标准委员会倾向于避免在语言中添加新的关键字,但是 C + + 11却不是这样。一些例子:
constexpr
decltype
thread_local
auto // New usage
noexcept
nullptr
static_assert
alignof
alignas
C + + 14是否引入了新的关键字?