ファイルを作成しようとしたところ、このエラーが発生しました。私は初心者です。誰でもここで私を助けることができますか?
/usr/include/c++/4.6/bits/c++0x_warning.h:32:2: error: #error This
file requires compiler and library support for the upcoming ISO C++
standard, C++0x. This support is currently experimental, and must be
enabled with the -std=c++0x or -std=gnu++0x compiler options.
で有効にする方法は-std=c++0x
? これをメイクファイルで使用しました#CXX_VERSION_FLAG = -std=c++0x
が、機能しませんでした。
ありがとう、アディ