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

Douglas Gregor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Douglas Gregor <[email protected]> 2011-03-07 20:11:38 CST 
---
We now get a nice diagnostic for this:


t2.cpp:2:10: error: base of member reference is a function; perhaps you meant
to
      call it?
decltype(in<int>.g) i;
         ^~~~~~~

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to