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

8 lines
285 B
C++

#ifndef SPROUT_ALGORITHM_REMOVE_COPY_IF_HPP
#define SPROUT_ALGORITHM_REMOVE_COPY_IF_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/remove_copy_if.hpp>
#include <sprout/algorithm/fit/remove_copy_if.hpp>
#endif // #ifndef SPROUT_ALGORITHM_REMOVE_COPY_IF_HPP