You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ESIMD] Make all simd_view constructors non-public.
This addresses long due ESIMD library review comments:
// TODO @rolandschulz
// {quote}
// Why is this and the next constructor public ? Those should only be called
// internally by e.g.select, correct ?
// {/quote}
// TODO @rolandschulz
// {quote}
// Is this intentional not a correct copy constructor (would need to be const
// for that)? I believe we agreed that simd_view would have a deleted copy and
// move constructor.Why are they suddenly back ?
// {/quote}
0 commit comments