if
switch
for
while
do-while
continue
break
goto
return
inline
noexcept
throw
try
catch
decltype
auto
alignas
const
volatile
constexpr
nullptr
typedef
static_cast
dynamic_cast
const_cast
reinterpret_cast
new
delete
this
friend
override
final
explicit
static
显示给定的错误消息并使程序非良构。
#error
遇到 #error 指令后,实现显示诊断消息 错误消息,并使程序非良构(编译停止)。
错误消息可由多个词组成,不必在引号中。