2010-03-22

コンパイラの独自拡張を無効にするオプション

C++0xのコードをコンパイルしたいとする。ここで問題になるのは、コンパイラの独自拡張だ。多くのコンパイラは、非常に微妙な、規格との齟齬を、独自拡張として提供している。そのようなコードを、エラーにしたい。

二度とググらなくていいように、ここにメモしておく。

VCの場合、/Za。

gccの場合、-std=c++0x -pedantic-errors。

1 comment:

You can use some HTML elements, such as <b>, <i>, <a>, also, some characters need to be entity referenced such as <, > and & Your comment may need to be confirmed by blog author. Your comment will be published under GFDL 1.3 or later license with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.