| |||
Home > Standard C++ Implementation Definition > Major features of language support |
Table C.1 shows the major features of the language supported by this release of ARM C++.
Table C.1. Major feature support for language
Major feature | ISO/IEC standard section | Support |
---|---|---|
Core language | 1 to 13 | Yes. |
Templates | 14 | Yes, with the exception of export templates. |
Exceptions | 15 | Yes. |
Libraries | 17 to 27 | See the Standard C++ library implementation definition and the Libraries Guide. |