2012-05-28から1日間の記事一覧

C++11 で boost::mpl::identity

C++

元々は std::identity として標準ライブラリに入る予定だったんですが、残念ながら削除されてしまいました。 と、いうことで現行の仕様だと std::common_type で代替出来ると聞いたのでやってみました。 [ソース] #include <type_traits> #include <iostream> char func(int n){ ret</iostream></type_traits>…