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

[email protected] changed:

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

--- Comment #1 from [email protected] ---
Fixed in r184377

echo 'struct A { template<typename T> void f(); }; class A::template f<int>;' |
bin/clang -x c++ - -std=c++11
<stdin>:1:65: error: identifier followed by '<' indicates a class template
specialization but 'f' refers to a function template
struct A { template<typename T> void f(); }; class A::template f<int>;
                                                   ~~~~~~~~~~~  ^
1 error generated.

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