https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85729
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- Author: redi Date: Thu May 10 12:35:45 2018 New Revision: 260114 URL: https://gcc.gnu.org/viewcvs?rev=260114&root=gcc&view=rev Log: PR libstdc++/85729 add linkage specifications to headers PR libstdc++/85729 * include/bits/c++config.h (__replacement_assert): Add linkage specification. * include/bits/std_abs.h: Add comment to closing brace of block. * include/c_global/cstddef: Add linkage specification. * include/c_global/cstring: Likewise. * include/c_global/cwchar: Likewise. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/bits/c++config trunk/libstdc++-v3/include/bits/std_abs.h trunk/libstdc++-v3/include/c_global/cstddef trunk/libstdc++-v3/include/c_global/cstring trunk/libstdc++-v3/include/c_global/cwchar