Merge pull request #13363 from kartikmohta:patch-1

This commit is contained in:
Alexander Alekhin 2018-12-05 09:50:08 +00:00
commit e55ad25355

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;