Hello
Is it planned to support C++11 in TI compiler (especially for the C67x & C64x toolchains)?
Some features like constexpr can be very useful in embedded systems.
Thank you
Regards
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.
Hello
Is it planned to support C++11 in TI compiler (especially for the C67x & C64x toolchains)?
Some features like constexpr can be very useful in embedded systems.
Thank you
Regards
We do not presently support C++11. See http://processors.wiki.ti.com/index.php/TI_Compilers_and_Industry_Standards for features that are supported.
We do not yet have a roadmap to support C++11.
I've submitted SDSCM00045710 to request constexpr support.
Dear Compiler-Team,
I have also some request from a customer regarding C++11 support for the C2000 compilers in future.
Here are some specific features he would to see implemented:
- Lambda functions and expressions
- Support of: auto, constexpr, decltype, using, static_assert
- Uniform initialization via {}
- Range-based for-loop’s
Best Regards,
Matthias