Implementation defined behavior control

From Cppreference

Jump to: navigation, search

Implementation defined behavior is controlled by #pragma directive.

[edit] Syntax

#pragma pragma_params

[edit] Explanation