for
do-while
inline
noexcept
throw
try
catch
const
volatile
typedef
new
delete
this
friend
override
final
“不要求诊断”表示根据语言规则,某些语句是不正确的,但编译器不需要发出任何诊断或错误信息。通常情况下,原因是试图检测这些错误会导致编译时间过长。
如果这样的程序被执行,行为未定义。