https://bugs.llvm.org/show_bug.cgi?id=37846

Richard Smith <richard-l...@metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard-l...@metafoo.co.uk
         Resolution|INVALID                     |---
             Status|RESOLVED                    |REOPENED

--- Comment #2 from Richard Smith <richard-l...@metafoo.co.uk> ---
After some discussion on the core reflector, we think GCC's approach here is
actually the right one. The set of places where functions with *this qualifiers
are permitted is pretty restricted, and we don't want typeid(T) in that set; a
strict reading of [dcl.fct]p6 suggests that it is not in the set, so GCC is
correct to reject.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to