This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 2/5] Always suppress libc-internal declarations for C++ code.
- From: Zack Weinberg <zackw at panix dot com>
- To: libc-alpha at sourceware dot org
- Date: Tue, 6 Dec 2016 08:42:58 -0500
- Subject: Re: [PATCH 2/5] Always suppress libc-internal declarations for C++ code.
- Authentication-results: sourceware.org; auth=none
- References: <20161128160007.13994-1-zackw@panix.com> <20161128160007.13994-2-zackw@panix.com> <20161128160007.13994-3-zackw@panix.com>
On 11/28/2016 11:00 AM, Zack Weinberg wrote:
> C++ is only used for tests, and some of the internal declarations are
> not C++-safe. Rather than playing whack-a-mole with problems, just
> turn on _ISOMAC mode for all C++ code.
Ping.