Intel® C++ Compiler 16.0 User and Reference Guide
Causes inline member functions (those defined in the class declaration) to be marked hidden.
Only available on IA-32 architecture
Linux and OS X: | -fvisibility-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.
None