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