c++ version is too old

Sysprogs forums Forums VisualGDB c++ version is too old

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35866
    Hans
    Participant

    Why the C++ version is so old (please refer to the screen shot, it is 10.2)? The latest version is now 23 and I need at least version 11. How can I upgrade it? Thanks.

    Attachments:
    You must be logged in to view attached files.
    #35870
    support
    Keymaster

    Hi,

    The screenshot shows the include directories provided by the toolchain. The number there refers to the GCC version and not the language standard. If you need a newer gcc, you would need to check if your platform vendor provides one.

    The language standard version (e.g. C++11 or C++23) can be configured via VS project settings (not VisualGDB Project Properties) -> C/C++-> Advanced -> Language Standard.

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