Revert 131347. It asserts if the specialization in within a class template:
template<class U> struct X1 { template<class T> void f(T*); template<> void f(int*) { } }; Won't be so simple. I need to think more about it. llvm-svn: 131362
Loading
Please register or sign in to comment