2009-06-27から1日間の記事一覧

Visual Studio 2010 での C++ 標準コンテナ set の仕様変更

ISO C++98 では、set/multiset の要素を変更することが可能でしたが、C++0x では変更不可と決定されました(set の要素はキーなので不変であるはずという理由)。このため、set/multiset の iterator は iterator/const_iterator ともに const_iterator になっ…