VisualGDB C++11 IntelliSense error

Sysprogs forums Forums VisualGDB VisualGDB C++11 IntelliSense error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7592
    John24
    Participant

    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, 2 months ago by John24.
    #7600
    support
    Keymaster

    Hi,

    Please try using the Clang-based IntelliSense.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.