add C++14 constexpr sample algorithm

This commit is contained in:
bolero-MURAKAMI 2014-04-05 20:59:19 +09:00
parent 20cd8402b7
commit ac66209e24
2 changed files with 83 additions and 0 deletions

View file

@ -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>