简体   繁体   中英

Eclipse, minGW and C++11

I am using Eclipse with the winGW compiler (gcc version 3.4.5). I need to use some C++11 features, I have been following several answers to similar questions such as this one , but it does not work in my case. Eclipse says:

cclplus.exe: error: unrecognized command line option "-std=c++0x"
cclplus.exe: error: unrecognized command line option "-std=c++11"

Does this version of minGW supports C++11?

According to this documentation , the earliest GCC version that supports any C++11 features is version 4.3 . The latest MinGW version is 4.8.1 , but your version will indeed not support any C++11 features.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM