1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #13363 from kartikmohta:patch-1

This commit is contained in:
Alexander Alekhin
2018-12-05 09:50:08 +00:00
+1 -1
View File
@@ -18,7 +18,7 @@ int main()
archs.push_back(arch.str());
arch.str("");
}
archs.unique(); #Some devices might have the same arch
archs.unique(); // Some devices might have the same arch
for (std::list<std::string>::iterator it=archs.begin(); it!=archs.end(); ++it)
std::cout << *it << " ";
return 0;