Tool/software: TI C/C++ Compiler
Hi everyone,
according to my knowledge and to the wiki, the TI compiler does not support the C++11 (and later) standards. I am currently detecting the currently supported standard via the __cplusplus macro as recommended by Stroustrup himself (http://www.stroustrup.com/C++11FAQ.html#11). However this does not work with the TI compiler version 15.12.4 LTS which is bundled with Code Composer Studio 6.2., as it defines __cpluplus to 201103L although the C++11 standard is not supported.
Is this intended behavior or a bug?
Thanks in advance,
Dan