mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix inherit_if_xxx decltype
This commit is contained in:
parent
e4a0f7549b
commit
3a999dd70c
54 changed files with 154 additions and 152 deletions
|
@ -106,12 +106,12 @@ namespace sprout {
|
|||
width,
|
||||
height,
|
||||
depth_max,
|
||||
typename sprout::index_range<
|
||||
sprout::index_range<
|
||||
0,
|
||||
sprout::container_traits<
|
||||
typename sprout::container_traits<Pixels>::value_type
|
||||
>::static_size
|
||||
>::type()
|
||||
>::make()
|
||||
)...
|
||||
);
|
||||
}
|
||||
|
@ -162,10 +162,10 @@ namespace sprout {
|
|||
width,
|
||||
height,
|
||||
depth_max,
|
||||
typename sprout::index_range<
|
||||
sprout::index_range<
|
||||
0,
|
||||
sprout::container_traits<Pixels>::static_size
|
||||
>::type()
|
||||
>::make()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue