[Bug driver/13071] no easy way to exclude backward C++ headers from include path
- To: debian-gcc@lists.debian.org
- Subject: [Bug driver/13071] no easy way to exclude backward C++ headers from include path
- From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
- Date: Thu, 17 Mar 2022 13:54:48 +0000
- Message-id: <bug-13071-5724-P7NhsFmytf@http.gcc.gnu.org/bugzilla/>
- In-reply-to: <bug-13071-5724@http.gcc.gnu.org/bugzilla/>
- References: <bug-13071-5724@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13071
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|WAITING |RESOLVED
Target Milestone|--- |4.3.0
--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> ---
[using.headers] says you can't include a header inside a declaration or
definition. A linkage specification is a declaration in terms of the C++
grammar, but I'm not sure that's what [using.headers] means. It doesn't
actually declare anything.
I'll open an LWG issue to get clarification.
Anyway, let's close this.
--
You are receiving this mail because:
You reported the bug.
Reply to: