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

22 lines
728 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[cpp.pragma]
# 15 Preprocessing directives [[cpp]](./#cpp)
## 15.10 Pragma directive [cpp.pragma]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/preprocessor.tex#L2148)
A preprocessing directive of the form
# pragma [*pp-tokens*](cpp.pre#nt:pp-tokens "15.1Preamble[cpp.pre]")opt [*new-line*](cpp.pre#nt:new-line "15.1Preamble[cpp.pre]")
causes the implementation to behave
in an implementation-defined manner[.](#1.sentence-1)
The behavior may cause translation to fail or cause the translator or
the resulting program to behave in a non-conforming manner[.](#1.sentence-2)
Any pragma that is not recognized by the implementation is ignored[.](#1.sentence-3)