Hello,
The project I am working on uses C++11 code and to compile it I am using this CFGLAG: -std=c++0x -ggdb -ffunction-sections -O3 -Wno-deprecated
But every time I am getting this IntelliSense error:
1 IntelliSense: #error directive: This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. c:\PiGCC\raspberry\arm-linux-gnueabihf\include\c++\4.9\bits\c++0x_warning.h 32 2 piOpti
Am I doing something wrong?
Thank you 🙂
-
This topic was modified 8 years, 9 months ago by John24.