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
explicit
static
指定されたエラーメッセージを表示し、プログラムを ill-formed にします。
#error
#error 指令に遭遇した後、処理系は診断メッセージ error_message を表示し、プログラムを ill-formed にします (コンパイルを停止します)。
error_message は複数の単語から構成することができます。 引用符で囲む必要はありません。