Conformance to the C++ Standard
The Intel® C++ Compiler conforms to the ANSI/ISO standard (ISO/IEC 14882:1998)
for the C++ language, with the following exceptions:
- Two-phase name binding in templates, as described
in [temp.res] and [temp.dep]
of the standard, is implemented only with -Za
compiler option.
- Universal character set escapes (for example, \uabcd) are not implemented.
- The export keyword for templates is not implemented.