[llvm-bugs] [Bug 46214] Clang can not compile typename with non-type in using declaration
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jun 5 10:17:30 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46214
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
(In reply to Haoxin Tu from comment #0)
> In GCC, test.cc is compiled well.
That's a GCC bug. The qualified name after 'typename' is required to name a
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/20200605/3e2bb1dd/attachment.html>
More information about the llvm-bugs
mailing list