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

ん、autoって…

C++

これと前後して最新ドラフトをぼーっと眺めていて初めて気がついたんだけど、storage-classとしてのautoってまだ残っているんですね。 auto x = 5; // OK: x has type int const auto *v = &x, u = 6; // OK: v has type const int*, u has type const int s…

Trip Report: October 2007 ISO C++ Standards Meeting

C++

Herb SutterのTrip Report: October 2007 ISO C++ Standards Meetingの抄訳。 #我ながら懲りないな…10月1日〜6日に掛けて、ISO C++標準委員会がコナで開催された。 C++0xに何が入るのか、そしてそれはいつか? 既にブログにも書いている(最近だとこことか…