https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108236
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> --- That's not quite right because the type of __init is only required to be move constructible, not copy constructible. That's wrong in the serial std::exclusive_scan too.