C++17 support

Sysprogs forums Forums VisualGDB C++17 support

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25704
    janulo
    Participant

    Hi,

    is it ok to use C++17 standard, even if it’s marked as “experimental”? AFAIK it should be fully supported by GCC7.2.0.

    Environment:

    • VisualGDB Custom Edition, version 5.4R12
    • GCC7.2.0 (arm-eabi)
    • target: STM32L4
    • standalone project

    Thanks

    #25705
    support
    Keymaster

    Hi,

    From the VisualGDB side, there are no limitations regarding the C++17 support. As long as you are satisfied with the level of support provided by the GCC version you are using, it should be totally OK.

    The ‘experimental’ label was added to VisualGDB settings when the C++17 support was still incomplete in most of GCC releases and should not apply to the latest GCC anymore. We have updated VisualGDB internally to remove the ‘experimental’ label.

    #25706
    janulo
    Participant

    Thank you, great

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