add C++14 constexpr bogo_sort, bozo_sort

This commit is contained in:
bolero-MURAKAMI 2014-04-05 21:56:06 +09:00
parent c54c980b79
commit 57d4e78d54
5 changed files with 114 additions and 6 deletions

View file

@ -62,9 +62,8 @@
#include <sprout/algorithm/cxx14/copy_while.hpp>
#include <sprout/algorithm/cxx14/copy_until.hpp>
#include <sprout/algorithm/cxx14/clamp_range.hpp>
//#include <sprout/algorithm/cxx14/bogo_sort.hpp>
//#include <sprout/algorithm/cxx14/bogo_sort_result.hpp>
//#include <sprout/algorithm/cxx14/bozo_sort.hpp>
//#include <sprout/algorithm/cxx14/bozo_sort_result.hpp>
#include <sprout/algorithm/fixed/random_swap.hpp>
#include <sprout/algorithm/cxx14/bogo_sort.hpp>
#include <sprout/algorithm/cxx14/bozo_sort.hpp>
#endif // #ifndef SPROUT_ALGORITHM_CXX14_HPP