Hi,
I'm compiling my c++ code along with the SDK_243x tcpserver example using CLANG
I'm getting an error that std is ambiguous.
In file included from C:/ti/ti_cgt_tiarmclang_2.1.2.LTS/include/c++/v1\limits:105:
C:/ti/ti_cgt_tiarmclang_2.1.2.LTS/include/c++/v1\type_traits:3701:9: error: reference to 'std' is ambiguous
when I open C:/ti/ti_cgt_tiarmclang_2.1.2.LTS/include/c++/v1\limits , I see that the namespace std is commented out .
Please advice.
Thanks,
Eli.