fvisibility-inlines-hidden

Causes inline member functions (those defined in the class declaration) to be marked hidden.

IDE Equivalent

None

Architectures

IA-32 architecture

Syntax

Linux and Mac OS X:

-fvisibility-inlines-hidden

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.

Alternate Options

None


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.