fno-implicit-templates

Tells the compiler to not emit code for non-inline templates that are instantiated implicitly.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: -fno-implicit-templates
Windows:    None

Arguments

None

Default

OFF      The compiler handles inlines so that compilations, with and without optimization, will need the same set of explicit instantiations.

Description

This option tells the compiler to not emit code for non-inline templates that are instantiated implicitly, but to only emit code for explicit instantiations.

Alternate Options

None