How to define __gxx_experimental_cxx0x__?

Asked by Black Teeth Robert

Report
in progress 117
6 Answers 268 views

Leave a reply to Black Teeth Robert : define __gxx_experimental_cxx0x__


Answers ( 6 )

  1. There seems, with gcc 4.4.4, to be only one predefined macro hinting that -std=c++0x is in effect: #define __GXX_EXPERIMENTAL_CXX0X__ 1 I don't have access to gcc …
    Read More

    Ratings : 44 %   

      
  2. I use shared_ptr in qt creator. and it works fine. but qt creator doesn't recognize the identifier in the editor. so no highlights, no hints. I guess its because it
    Read More

    Ratings : 60 %   

      
  3. 3.7.2 Common Predefined Macros. The common predefined macros are GNU C extensions. They are available with the same meanings regardless of the machine or …
    Read More

    Ratings : 66 %   

      
  4. to my code I have no problem. Perhaps there is some define missing (to use the C++11 code)? Eclipse CDT Indigo, gcc 4.4.3, Ubuntu
    Read More

    Ratings : 32 %   

      
  5. This blog post explains how to download some Gmail messages (distinguished by a label) to a computer running in Unix. The download method shown works in headless …
    Read More

    Ratings : 14 %