add algorithm for_each, gather

This commit is contained in:
bolero-MURAKAMI 2014-07-07 13:08:26 +09:00
parent bbc67ea04a
commit 71144902ff
6 changed files with 125 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#define SPROUT_ALGORITHM_CXX14_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/cxx14/for_each.hpp>
#include <sprout/algorithm/cxx14/copy.hpp>
#include <sprout/algorithm/cxx14/copy_n.hpp>
#include <sprout/algorithm/cxx14/copy_if.hpp>
@ -62,6 +63,7 @@
#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/gather.hpp>
#include <sprout/algorithm/cxx14/random_swap.hpp>
#include <sprout/algorithm/cxx14/bogo_sort.hpp>
#include <sprout/algorithm/cxx14/bozo_sort.hpp>