Intel® C++ Compiler XE 13.1 User and Reference Guides

early-template-check

Lets you semantically check template function template prototypes before instantiation.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-early-template-check

-no-early-template-check

Windows:

None

Arguments

None

Default

-no-early-template-check

The prototype instantiation of function templates and function members of class templates is deferred.

Description

Lets you semantically check template function template prototypes before instantiation. On Linux* OS platforms, gcc 3.4 (or newer) compatibilty modes (i.e. -gcc-version=340 and later) must be in effect. For all OS X* platforms, gcc 4.0 (or newer) is required.

Alternate Options

None


Submit feedback on this help topic