2005-11-03から1日間の記事一覧

VC++7.1 の std::codecvt

C++

VC++7.1 の標準ライブラリに規格違反めっけ.規格では std::codecvt::length, std::codecvt::do_length のシグネチャは各々以下のように要求されている. int codecvt::length(state_type &, extern_type from, extern_type from_end, size_t max); virtual …