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

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |DUPLICATE

--- Comment #3 from Richard Smith <[email protected]> ---
Already fixed on trunk:

<stdin>:12:22: error: use 'template' keyword to treat 'Type' as a dependent
template name
using Type = Foo<T>::Type<U>;
                     ^
                     template 
<stdin>:12:14: error: expected a type
using Type = Foo<T>::Type<U>;
             ^
<stdin>:12:17: error: expected ';' after alias declaration
using Type = Foo<T>::Type<U>;
                ^
                ;

*** This bug has been marked as a duplicate of bug 16904 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to