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.