Correct that last fixit: if the user wrote
template <> friend void foo(int); we need to change it to friend void foo<>(int); or else the user won't get the template specialization they obviously want. llvm-svn: 99390
Loading
Please register or sign in to comment