C++11 Support

Sysprogs forums Forums VisualGDB C++11 Support

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #831
    Anonymous
    Participant

    Hello everybody,

    Just wanted to ask, does VisualGDB extend the syntax parser / Intellisense to be aware of the newer C++11 Features that are available in GCC 4.9 (or 4.8.1 as this is the latest stable MinGW release) but not in Visual Studio 2013? I am currently working with Eclipse CDT whose parser is totally outdated and basically requires me to disable all the visual syntax and formatting help as everthing gets recognized as an error at some point 🙁 I am really intrigued to look into VisualGDB, and I probably will try the Trial soon, but I thought I just ask anyway.

    Thanks!

    #3193
    Anonymous
    Participant

    Oh, I just read a quite recent thread that addresses this topic. Apparently VisualGDB does make use of the built-in parsing and Intellisense of Visual Studio. Let me rephrase my question: Does anybody know, if there are plans to add support for C++11/C++14 to VisualGDB?

    #3192
    support
    Keymaster

    Yes, we are working on an independent clang-based C++ IntelliSense engine, but it is not included in VisualGDB 4.2 and will be available at a later point.

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