Causes inline member functions (those defined in the class declaration) to be marked hidden.
None
IA-32 architecture
| Linux and Mac OS: | -fvisibity-inlines-hidden |
| Windows: | None |
None
| OFF | The compiler does not cause inline member functions to be marked hidden. |
Causes inline member functions (those defined in the class declaration) to be marked hidden. This option is particularly useful for templates.