Skip to content

Deal with Vc access proxies

Jö Fahlke requested to merge fix/59-deal-with-vc-access-proxies into master

This deals with the proxies returned by newer Vc access expressions (v[l]). Those proxies do not have accessible constructors, not even for copy or move, so they cannot be constructed by code outside of Vc. We deal with it by introducing our own proxies, so we can pass them out of our own access expressions (lane(l, v)).

Edited by Jö Fahlke

Merge request reports