[llvm-bugs] [Bug 37846] type of const member function
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jun 19 14:04:09 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37846
David Blaikie <dblaikie at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from David Blaikie <dblaikie at gmail.com> ---
This looks like GCC is rejecting valid code due to some implementation details
they might be having trouble working around.
typeid(const T) == typeid(T) even when T is a function type.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180619/a7237f36/attachment.html>
More information about the llvm-bugs
mailing list