G++ updated on MingW gets massive error messages

后端 未结 5 1158
囚心锁ツ
囚心锁ツ 2020-12-06 19:09

I\'m on Windows 10 with MinGW, and recently updated my g++, using mingw-get update and mingw-get upgrade. This error occurred, even af

5条回答
  •  隐瞒了意图╮
    2020-12-06 19:50

    If you are working inside CODE::BLOCKS go to Settings->Compiler. Select 'compiler settings with GNU GCC compiler' under Selected Compiler. Check the option "Have g++ follow the C++14 ISO C++ language standard [-std=c++14]" in General menu.

提交回复
热议问题