【发布时间】:2013-05-27 22:06:21
【问题描述】:
我正在 Debian 7.0.0 上使用 CodeBlocks 10.05 开发 C++ 应用程序。
由于某种原因,下面的代码
#include <iostream>
std::vector< int > delaunayDiv(const std::vector< int <T> > & vP, cv::Rect boundRect,
std::vector<int>& triangles, int& numTriangles, bool lookRight);
返回以下错误
error: 'vector' in namespace 'std' does not name a type
【问题讨论】: