#ifndef SPROUT_COMPOST_RANGES_PIPED_HPP #define SPROUT_COMPOST_RANGES_PIPED_HPP #include #include 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