forked from organicmaps/organicmaps
Add partial_sort to algorithm.hpp.
This commit is contained in:
parent
96ada73020
commit
24cd06a9b2
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ using std::min;
|
|||
using std::next_permutation;
|
||||
using std::sort;
|
||||
using std::stable_sort;
|
||||
using std::partial_sort;
|
||||
using std::swap;
|
||||
using std::upper_bound;
|
||||
using std::unique;
|
||||
|
|
Loading…
Add table
Reference in a new issue