728 B
728 B
[cpp.pragma]
15 Preprocessing directives [cpp]
15.10 Pragma directive [cpp.pragma]
A preprocessing directive of the form
pragma pp-tokensopt new-line
causes the implementation to behave in an implementation-defined manner.
The behavior may cause translation to fail or cause the translator or the resulting program to behave in a non-conforming manner.
Any pragma that is not recognized by the implementation is ignored.