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