Intel® C++ Compiler 16.0 User and Reference Guide
Lets you semantically check template function template prototypes before instantiation.
Linux and OS X: | -early-template-check -no-early-template-check |
Windows: | None |
None
-no-early-template-check |
The prototype instantiation of function templates and function members of class templates is deferred. |
Lets you semantically check template function template prototypes before instantiation. On Linux* OS platforms, gcc 3.4 (or newer) compatibilty modes must be in effect. For all OS X* platforms, gcc 4.0 (or newer) is required.
None