2010-01-07から1日間の記事一覧

gccでのテンプレートクラスの継承

c++

Modern C++をかじったりするとやりたくなりがちなテンプレート継承なのだが、gccではこんなエラーが出る場合がある。 # template<class T> # class Loader : public Base<T> # でBase<T>::hogeをコールしているところで error: there are no arguments to ‘hoge’ that depen</t></t></class>…