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