This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] Compiler: Which C++ standard is supported?

Tool/software: TI C/C++ Compiler

Which C++ standard is supported by TI C++ compilers?

  • These TI compilers support C++14

    • C6000 version 8.3.x and higher
    • ARM version 18.1.x.LTS and higher
    • MSP430 version 18.1.x.LTS and higher

    All other TI compilers support C++03, provided they were released within the last few years. Very old compilers support C++98.

    Generally speaking, most of the standard is supported, except for features which require coordination with an operating system. For details, please search the relevant Compiler User’s Guide for the sub-chapter titled ANSI/ISO Standard. All of the Compiler User’s Guides may be accessed from the page Code Generation Tools for TI processors and microcontrollers.

    Thanks and regards,

    -George