mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add C++14 constexpr partial_sort, partial_sort_copy
This commit is contained in:
parent
13e0c9b5f5
commit
262a5aa48b
20 changed files with 96 additions and 12 deletions
|
@ -11,5 +11,6 @@
|
|||
#include <sprout/config.hpp>
|
||||
#include <sprout/algorithm/fixed/merge.hpp>
|
||||
#include <sprout/algorithm/fit/merge.hpp>
|
||||
#include <sprout/algorithm/cxx14/merge.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_MERGE_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue