Files
2025-10-25 03:02:53 +03:00

728 B

[cpp.pragma]

15 Preprocessing directives [cpp]

15.10 Pragma directive [cpp.pragma]

1

#

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.