Implementation defined behavior control
From Cppreference
< cpp | preprocessor
C++ Standard Library |
---|
C++ language |
Preprocessor |
Implementation defined behavior is controlled by #pragma directive.
[edit] Syntax
#pragma pragma_params | |||||||||
[edit] Explanation
This section is incomplete |