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
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