Need to enable C++11 in Codeblocks

前端 未结 4 1998
梦毁少年i
梦毁少年i 2020-12-17 17:09

I need to enable C++11 in Codeblocks 16.

Several tutorials explain that all one needs to do is select the \"Have g++ follow the C++11 ISO C++ language standard

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-17 17:32

    You could always just select the -std=c++0x option, but another solution is to install more recent mingw version since the problem is obviously the compiler, not Code::Blocks

提交回复
热议问题