This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH to handling of exception specs in system headers
- From: Jason Merrill <jason at redhat dot com>
- To: Rainer Orth <ro at cebitec dot uni-bielefeld dot de>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 01 Jun 2015 13:05:45 -0400
- Subject: Re: C++ PATCH to handling of exception specs in system headers
- Authentication-results: sourceware.org; auth=none
- References: <55662E61 dot 4020707 at redhat dot com> <yddlhg34oeb dot fsf at lokon dot CeBiTec dot Uni-Bielefeld dot DE> <556C7321 dot 2040008 at redhat dot com> <ydda8wjwigm dot fsf at CeBiTec dot Uni-Bielefeld dot DE>
On 06/01/2015 11:34 AM, Rainer Orth wrote:
Isn't this about global vs. std namespace?
Probably. Does making the declaration in the testcase extern "C" help?
Jason