2013-06-01 21 views

答えて

91

を返します。 Clang、私はそれがC++の違いであるかどうかは分かりませんイオンまたはライブラリー。

#include <set>です。

-4

#include <vector>が働いていません:何らかの理由で、次のコード

#include <iostream> 

std::vector<int> delaunayDiv(const std::vector< int <T> > & vP, cv::Rect boundRect, 
    std::vector<int>& triangles, int& numTriangles, bool lookRight); 

については

はあなたがvectorヘッダーを含める必要があり、次のエラー

error: 'vector' in namespace 'std' does not name a type 
+1

これは質問に対する答えを提供しません。十分な[評判](http://stackoverflow.com/help/whats-reputation)があれば、[任意の投稿にコメントする]ことができます(http://stackoverflow.com/help/privileges/comment)。代わりに、[質問者からの説明を必要としない回答を提供する](http://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-c​​an- i-do-代わりに)。 - [レビューから](レビュー/低品質の投稿/ 15537456) – user2314737

+0

申し訳ありませんコードとしてコードをマークするのを忘れていて、その答えは意味をなさないものでした。それを修正するために編集 –

関連する問題