[llvm-bugs] [Bug 26692] Clang fails to recognize unqualified template template argument in C++11

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 3 09:01:51 PST 2017


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #4 from Richard Smith <richard-llvm at metafoo.co.uk> ---
This is, sadly, valid. The injected class name of a class template is the one
special case that can be used as two different kinds of template argument.

-- 
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/20170103/3212160c/attachment.html>


More information about the llvm-bugs mailing list