Sprout/sprout/compost/ranges/piped.hpp
2012-11-24 15:57:50 +09:00

20 lines
454 B
C++

#ifndef SPROUT_COMPOST_RANGES_PIPED_HPP
#define SPROUT_COMPOST_RANGES_PIPED_HPP
#include <sprout/config.hpp>
#include <sprout/range/adaptor/piped.hpp>
namespace sprout {
namespace compost {
namespace ranges {
//
// piped
//
using sprout::adaptors::piped;
} // namespace ranges
using sprout::compost::ranges::piped;
} // namespace compost
} // namespace sprout
#endif // #ifndef SPROUT_COMPOST_RANGES_PIPED_HPP