0

If I use the following STL sort then it is not sorting the strings. Can anyone please tell why?

vector<vector<string>>& favs;
for (auto comps : favs)
    sort(comps.begin(), comps.end());
prinzu
  • 71
  • 1
  • 2
  • 13

0 Answers0