This also allows:

std::array<int, 4> a;
std::simd::vec v{std::ranges::ref_view(a)};

But I don't think users will complain about this.
For library authors, is it unacceptable to have beneficial enhancements
that don't fully conform to the standards? hum.

Reply via email to