rt: Step over type params properly in glue
This commit is contained in:
parent
15e1e3185d
commit
955ac84da4
@ -950,6 +950,7 @@ public:
|
||||
T sub(*static_cast<T *>(this), param->shape, param->params,
|
||||
param->tables);
|
||||
static_cast<T *>(this)->walk_subcontext(align, sub);
|
||||
dp = sub.dp;
|
||||
}
|
||||
|
||||
template<typename W>
|
||||
|
Loading…
Reference in New Issue
Block a user