15
Preprocessing directives
[cpp]
15.8
Error directive
[cpp.error]
1
#
A preprocessing directive of the form
# error
pp-tokens
o
p
t
new-line
causes the implementation to produce a diagnostic message that includes the specified sequence of preprocessing tokens, and renders the program ill-formed
.