for
do-while
inline
noexcept
throw
try
catch
const
volatile
typedef
new
delete
this
friend
override
final
显示给定的错误消息并使程序非良构。
#error
遇到 #error 指令后,实现显示诊断消息 错误消息,并使程序非良构(编译停止)。
错误消息可由多个词组成,不必在引号中。