https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120399
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2025-05-22 --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Jonathan Wakely from comment #0) > And at the same time, make them use constexpr if instead of dispatching to > specializations of class templates. Similar changes were done to std::uninitialized_copy etc. as part of r15-4473-g3abe751ea86e34, but in that case we had to keep the class templates for C++98 mode. The __uninitialized_default and __uninitialized_default_novalue algos only exist for C++11 and later, so that's not an issue here.