Skip to content

Have make_ArrayHandleCompositeVector consistent with fancy arrays

Previously the make_ArrayHandleCompositeVector template was declared in such a way that if you passed it a fancy array handle, it would change the type to a base ArrayHandle with a fancy storage. This was inconsistent with types generated from ArrayHandleCompositeVectorType when using the same fancy array handle types. This change makes that more consistent.

Merge request reports