template <class T> Extent2<T> E2_GetExtent (const std::vector<VLine2<T>>& lins) // エラー template <class T> Extent2<T> E2_GetExtent (const std::vector< VLine2<T> >& lins) // OK
vector<VLine2<T>> の様にスペースがないとエラーになる.
vector< VLine2<T> > の様に空ければ OK .

0 人中 0 人がこの 投稿 は役に立ったと言っています。