天天看点

CodeBlocks问题解决问题一:使用unordered_map错误问题二:智能缩进

包含头文件<code>#include &lt;unordered_map&gt;</code>后编译器报错,错误信息为:

this file requires compiler and library support for the \iso c++ 2011 standard. this support is currently experimental, and must be \enabled with the -std=c++11 or -std=gnu++11 compiler options.

该错误来自文件:c++0x_warning.h中的

点击settings-compiler,弹出如下窗口:

CodeBlocks问题解决问题一:使用unordered_map错误问题二:智能缩进

勾选上上图红色方框中的任意一项。

ubuntu14.04下,codeblocks勾选上smartindent之后只能缩进仍然不可用

<code>sudo apt-get install codeblocks-contrib</code>

重启codeblocks

下一篇: File

继续阅读