zpp_bits icon indicating copy to clipboard operation
zpp_bits copied to clipboard

std::valarray is not serializable

Open SobhanMP opened this issue 2 months ago • 2 comments

Hi, https://godbolt.org/z/xrbv7x415

There are at least two issues, valarrays use std::begin instead of .begin and they don't have std::iterator.

std::begin return T* as far as I understand.

What would be the right place to add support for valarrays?

SobhanMP avatar May 05 '24 22:05 SobhanMP