/*============================================================================= Copyright (c) 2011-2014 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ #ifndef SPROUT_CONTAINER_INDEXES_HPP #define SPROUT_CONTAINER_INDEXES_HPP #include #include #include #include namespace sprout { namespace containers { // // container_indexes // template struct container_indexes : public sprout::enable_make_indexes< sprout::make_index_tuple::static_size> > {}; } // namespace containers // // container_indexes // template struct container_indexes : public sprout::containers::container_indexes {}; } // namespace sprout #endif // #ifndef SPROUT_CONTAINER_INDEXES_HPP