mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add min, max: initialize_list version
This commit is contained in:
parent
2dc912522b
commit
5ea46e507f
13 changed files with 81 additions and 1 deletions
|
@ -43,8 +43,8 @@
|
|||
#include <sprout/algorithm/equal_range.hpp>
|
||||
#include <sprout/algorithm/binary_search.hpp>
|
||||
#include <sprout/algorithm/includes.hpp>
|
||||
#include <sprout/algorithm/is_heap_until.hpp>
|
||||
#include <sprout/algorithm/is_heap.hpp>
|
||||
#include <sprout/algorithm/is_heap_until.hpp>
|
||||
#include <sprout/algorithm/min.hpp>
|
||||
#include <sprout/algorithm/max.hpp>
|
||||
#include <sprout/algorithm/minmax.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue