[Bug libstdc++/101587] ranges::uninitialized_copy/move incorrectly uses std::min

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 23 12:12:25 GMT 2021


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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, much simpler than that! :-)

There are lots of uses of std::min and std::max with explicit template argument
lists in the Parallel Mode headers, but I have no intention of touching them,
and they need to work as C++98 so couldn't use the function above anyway.


More information about the Gcc-bugs mailing list