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.

Compiler/TMS320C6746: Is CCS(6.2.0.0005) supports C++ ( C++11)

Part Number: TMS320C6746

Tool/software: TI C/C++ Compiler

Trying to add .cpp files in current project . When compiling one .cpp file CCS gives error for namespace (identifier "namepsace" is undefined ).

Code Composer Studio - Version: 6.2.0.00050 used. 

Is C++ fully supported  by CCS(6.2.0.00050) ?

If yes then what setting need to be done in CCS ? Already gone through the "http://processors.wiki.ti.com/index.php/C%2B%2B_Support_in_TI_Compilers".  

If partially yes for C++ support ,which C++ Language Feature it does not support 

Does it support features like Multiple Inheritance ,Virtual Base Classes, Namespaces,Exceptions, Templates ,Dynamic Casts