Update sort.cpp
This commit is contained in:
@@ -99,9 +99,8 @@ void sort_projects (
|
|||||||
{
|
{
|
||||||
std::map <std::string, int> allProjectsInt;
|
std::map <std::string, int> allProjectsInt;
|
||||||
for (auto& p : allProjects)
|
for (auto& p : allProjects)
|
||||||
{
|
|
||||||
allProjectsInt[p.first] = (int) p.second;
|
allProjectsInt[p.first] = (int) p.second;
|
||||||
}
|
|
||||||
sort_projects (sorted, allProjectsInt);
|
sort_projects (sorted, allProjectsInt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user