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 指令之后,诊断消息错误消息将被显示出来,而程序非良构(编译将停止)。
错误消息可以包含一些文字,不必放在引号中。