forked from organicmaps/organicmaps-tmp
Adding minmax_element to algorithm.hpp
This commit is contained in:
parent
46193618b6
commit
93511da6d6
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ using std::max;
|
|||
using std::max_element;
|
||||
using std::min;
|
||||
using std::min_element;
|
||||
using std::minmax_element;
|
||||
using std::next_permutation;
|
||||
using std::none_of;
|
||||
using std::nth_element;
|
||||
|
|
Loading…
Add table
Reference in a new issue