Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-A0CCAEE2-A2BE-4317-87A1-D0A080B7132D
Visible to Intel only — GUID: GUID-A0CCAEE2-A2BE-4317-87A1-D0A080B7132D
fvisibility-inlines-hidden
Causes inline member functions (those defined in the class declaration) to be marked hidden.
Architecture Restrictions
Only available on IA-32 architecture
Syntax
Linux: |
-fvisibility-inlines-hidden |
macOS: |
None |
Windows: |
None |
Arguments
None
Default
OFF |
The compiler does not cause inline member functions to be marked hidden. |
Description
Causes inline member functions (those defined in the class declaration) to be marked hidden. This option is particularly useful for templates.
IDE Equivalent
Alternate Options
None