mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix index_range implementation
This commit is contained in:
parent
331aaa3559
commit
049d4592c2
78 changed files with 178 additions and 225 deletions
|
@ -80,7 +80,7 @@ namespace sprout {
|
|||
return sprout::detail::int_to_string<Elem, Base>(
|
||||
val,
|
||||
sprout::detail::int_digits<Base>(val),
|
||||
sprout::index_range<0, sprout::integer_digits<IntType, Base>::value>::make()
|
||||
sprout::make_index_tuple<sprout::integer_digits<IntType, Base>::value>::make()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue