作者:岳骏哲爱237 | 来源:互联网 | 2023-05-17 18:08
TheC++StandardsCommitteetendstoshyawayfromaddingnewkeywordstothelanguage,yetwithC++
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:
c++标准委员会倾向于回避在语言中添加新的关键字,但是使用c++ 11却不是这样。一些例子:
constexpr
decltype
thread_local
auto // New usage
noexcept
nullptr
static_assert
alignof
alignas
Are there any new keywords introduced with C++14?
有什么新的关键字引入c++ 14吗?
3 个解决方案