mish.work
ホーム » 2018 » 11月 » 01
2018/11/01 / コメントする
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 .