[LLVMbugs] [Bug 11888] Friend method unable to call protected member function.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jan 30 21:58:06 PST 2012


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

Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sharparrow1 at yahoo.com
         Resolution|                            |INVALID

--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> 2012-01-30 23:58:06 CST ---
Your definition of operator>> is defining a different function from the one
declared in the friend declaration: specifically, they are in different
namespaces.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list