mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add C++14 constexpr sample algorithm
This commit is contained in:
parent
20cd8402b7
commit
ac66209e24
2 changed files with 83 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
//#include <sprout/algorithm/cxx14/sort_heap.hpp>
|
||||
//#include <sprout/algorithm/cxx14/next_permutation.hpp>
|
||||
//#include <sprout/algorithm/cxx14/prev_permutation.hpp>
|
||||
#include <sprout/algorithm/cxx14/sample.hpp>
|
||||
//#include <sprout/algorithm/cxx14/copy_while.hpp>
|
||||
//#include <sprout/algorithm/cxx14/copy_until.hpp>
|
||||
//#include <sprout/algorithm/cxx14/clamp_range.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue