[Bug libstdc++/17632] Non-portable whitespace in libstdc++ headers
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu May 12 18:28:55 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17632
--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <redi@gcc.gnu.org>:
https://gcc.gnu.org/g:a0080f0285dfa9b7f0b7a6c5ec79e28eb662b953
commit r13-375-ga0080f0285dfa9b7f0b7a6c5ec79e28eb662b953
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Thu May 12 17:37:33 2022 +0100
libstdc++: Remove whitespace before preprocessor directives
These are harmless, but also unnecessary and inconsistent (and their
removal was requested by PR libstdc++/17632).
libstdc++-v3/ChangeLog:
* config/locale/dragonfly/numeric_members.cc: Remove whitespace.
* config/locale/gnu/numeric_members.cc: Likewise.
* include/bits/locale_facets_nonio.h: Likewise.
* libsupc++/typeinfo: Likewise.
More information about the Gcc-bugs
mailing list