Sprout/sprout/range/algorithm/remove_copy.hpp
2011-09-03 22:26:26 +09:00

8 lines
300 B
C++

#ifndef SPROUT_RANGE_ALGORITHM_REMOVE_COPY_HPP
#define SPROUT_RANGE_ALGORITHM_REMOVE_COPY_HPP
#include <sprout/config.hpp>
#include <sprout/range/algorithm/fixed/remove_copy.hpp>
#include <sprout/range/algorithm/fit/remove_copy.hpp>
#endif // #ifndef SPROUT_RANGE_ALGORITHM_REMOVE_COPY_HPP