kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #09157
Re: -std=c++0x break build on MinGW and wxWidgets 2.9.4
Not to be the harbinger of evil, but isn't that supposed to be
"-std=c++11" ?
"-std=c++0x" was some half brainfarted, transitional flag, that never
really worked well. Once the C++ 2011 standard was officially released,
we got the newer "-std=c++11".
Not sure if there should be any difference, but my 2 cents tell me to
use '-std=c++11".
Alex
Follow ups
References