2009-09-01から1日間の記事一覧

MeCabのコンパイルエラー

gccのバージョンによっては下記のコンパイルエラーが出ます。 param.h:34: error: explicit template specialization cannot have a storage class param.hの中の template <> static std::string lexical_cast(std::string arg) { return arg; } のstaticを…