[LLVMbugs] [Bug 7902] clang c++ crash with template template parameter with no parameters

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 4 14:33:30 PST 2011


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

Douglas Gregor <dgregor at apple.com> changed:

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

--- Comment #1 from Douglas Gregor <dgregor at apple.com> 2011-03-04 16:33:30 CST ---
This is fixed in ToT Clang.


t2.cpp:1:27: error: template template parameter must have its own template
      parameters
template<template<> class C> class D;
                 ~~       ^

-- 
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.



More information about the llvm-bugs mailing list