http://llvm.org/bugs/show_bug.cgi?id=16818

Eli Friedman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #2 from Eli Friedman <[email protected]> ---
This is how the language works: according to the grammar, if "type" refers to a
typedef, "type::" is nested-name-specifier, whether or not the typedef refers
to a class.  You can write something like "friend type (::n::f)(A);" instead to
get the meaning you want.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to