#ifndef SPROUT_COMPOST_RANGES_COPIED_HPP #define SPROUT_COMPOST_RANGES_COPIED_HPP #include #include namespace sprout { namespace compost { namespace ranges { // // copied // using sprout::adaptors::copied; } // namespace ranges using sprout::compost::ranges::copied; } // namespace compost } // namespace sprout #endif // #ifndef SPROUT_COMPOST_RANGES_COPIED_HPP