[Bug libstdc++/79980] Possible bug in codecvt.cpp bitmask setting code

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 10 14:42:00 GMT 2017


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Apparently so is min vs max:

    maxcode = std::max(max_single_utf16_unit, maxcode);


More information about the Gcc-bugs mailing list