How do I add compile C++11 and add it to intelisense?

Sysprogs forums Forums VisualGDB How do I add compile C++11 and add it to intelisense?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #609
    theColonel26
    Participant

    How do I compile for C++11 and which directories should add to the intellisense list?

    I’m using the cross-compiler for RPi BTW.

    #2540
    ket
    Participant

    Hi,

    Even the newest gcc version has only experimental full c++11 support. Our Raspberry Pi cross-toolchain uses gcc version 4.6.3, as such it has only limited support for some c++0x features as listed at http://gcc.gnu.org/gcc-4.6/cxx0x_status.html .
    Add -std=c++0x to CFLAGS to enable support.

    #2539
    theColonel26
    Participant

    that did it thanks.

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