Is C++14 adding new keywords to C++?
问题 The C++ Standards Committee tends to shy away from adding new keywords to the language, yet with C++11 that was not the case. Some examples: constexpr decltype thread_local auto // New usage noexcept nullptr static_assert alignof alignas Are there any new keywords introduced with C++14? 回答1: Table 4 (Keywords) in N3936 (C++14): alignas continue friend register true alignof decltype goto reinterpret_cast try asm default if return typedef auto delete inline short typeid bool do int signed