Closed
Description
When I skimming through some code, I find
Lines 98 to 109 in 8ce3a95
It states (because the set was in sorted order).
But the set is an unordered_set
, is it a bug or simply forgetting to remove the comment when copying code from the set
version of CopySetToVector
?