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
|
@ -80,8 +80,8 @@ namespace sprout {
|
|||
: pair(
|
||||
first_args,
|
||||
second_args,
|
||||
sprout::index_range<0, sizeof...(Args1)>::make(),
|
||||
sprout::index_range<0, sizeof...(Args2)>::make()
|
||||
sprout::make_index_tuple<sizeof...(Args1)>::make(),
|
||||
sprout::make_index_tuple<sizeof...(Args2)>::make()
|
||||
)
|
||||
{}
|
||||
#endif // #if SPROUT_USE_DELEGATING_CONSTRUCTORS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue