mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix index_range implementation
This commit is contained in:
parent
331aaa3559
commit
049d4592c2
78 changed files with 178 additions and 225 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <sprout/config.hpp>
|
||||
#include <sprout/index_tuple.hpp>
|
||||
#include <sprout/index_tuple/detail/make_indexes_helper.hpp>
|
||||
#include <sprout/container/container_construct_traits.hpp>
|
||||
#include <sprout/container/container_traits.hpp>
|
||||
|
||||
namespace sprout {
|
||||
namespace containers {
|
||||
|
@ -14,7 +14,7 @@ namespace sprout {
|
|||
template<typename Container>
|
||||
struct container_indexes
|
||||
: public sprout::detail::make_indexes_helper<
|
||||
sprout::index_range<0, sprout::container_traits<Container>::static_size>
|
||||
sprout::make_index_tuple<sprout::container_traits<Container>::static_size>
|
||||
>
|
||||
{};
|
||||
} // namespace containers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue