[Bug c++/119688] literal operator template instantiated only once (c++20)

ppalka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Aug 7 04:55:07 GMT 2025


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119688

--- Comment #4 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Btw, a workaround for older GCC is to explicitly zero-initialize all
subobjects. In this particular testcase do ranges::fill(value, 0) in builder's
ctor for example.


More information about the Gcc-bugs mailing list