2011-07-28から1日間の記事一覧

Template Aliases でハマった

Template Aliases でハマったので覚え書き。 まーしょっぱいエラーですね。 次のコードはエラーになります。 [ソース] #include <boost/mpl/has_xxx.hpp> #include <boost/mpl/identity.hpp> #include <boost/mpl/if.hpp> namespace mpl = boost::mpl; BOOST_MPL_HAS_XXX_TRAIT_DEF(value_type); template<typename T> using T_value_type =</typename></boost/mpl/if.hpp></boost/mpl/identity.hpp></boost/mpl/has_xxx.hpp>…