https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109922
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 --- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Jonathan Wakely from comment #4) > I don't think the 27-652 change from N0958 was applied to the draft, but It wasn't applied verbatim, because the proposed resolution only talked about basic_ostream. The final change applied to the draft was corrected to refer to both basic_ostream and basic_istream. > 27-651 in https://www.open-std.org/jtc1/sc22/wg21/docs/papers/1996/N0964.pdf > changed setfill. I wonder if this was just an editing conflict, and the change for 27-651 should actually have included basic_istream, as the change for 27-652 did. Either way, it's not in the standard now and has no useful purpose, so I think we should deprecate it for GCC 14 and remove it in a future release.