if
switch
for
while
do-while
continue
break
goto
return
decltype
typedef
const_cast
static_cast
dynamic_cast
reinterpret_cast
new
delete
this
Displays given message.
#warning
After encountering #warning directive, diagnostic message warning_message is shown.
warning_message can consist of several words.