This commit is contained in:
bolero-MURAKAMI 2011-09-01 02:48:32 +00:00
commit b3bb8121e8
362 changed files with 16820 additions and 0 deletions

View file

@ -0,0 +1,25 @@
#ifndef SPROUT_RANGE_ALGORITHM_FIXED_HPP
#define SPROUT_RANGE_ALGORITHM_FIXED_HPP
#include <sprout/config.hpp>
#include <sprout/range/algorithm/fixed/copy.hpp>
#include <sprout/range/algorithm/fixed/copy_if.hpp>
#include <sprout/range/algorithm/fixed/copy_backward.hpp>
#include <sprout/range/algorithm/fixed/transform.hpp>
#include <sprout/range/algorithm/fixed/replace_copy.hpp>
#include <sprout/range/algorithm/fixed/replace_copy_if.hpp>
#include <sprout/range/algorithm/fixed/remove_copy.hpp>
#include <sprout/range/algorithm/fixed/remove_copy_if.hpp>
#include <sprout/range/algorithm/fixed/unique_copy.hpp>
#include <sprout/range/algorithm/fixed/reverse_copy.hpp>
#include <sprout/range/algorithm/fixed/rotate_copy.hpp>
#include <sprout/range/algorithm/fixed/partition_copy.hpp>
#include <sprout/range/algorithm/fixed/stable_partition_copy.hpp>
#include <sprout/range/algorithm/fixed/merge.hpp>
#include <sprout/range/algorithm/fixed/set_union.hpp>
#include <sprout/range/algorithm/fixed/set_intersection.hpp>
#include <sprout/range/algorithm/fixed/set_difference.hpp>
#include <sprout/range/algorithm/fixed/set_symmetric_difference.hpp>
#include <sprout/range/algorithm/fixed/swap_element_copy.hpp>
#endif // #ifndef SPROUT_RANGE_ALGORITHM_FIXED_HPP