[PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 18 07:50:03 PDT 2016
rsmith added a comment.
Can we instead not add the function to the redeclaration chain until it's instantiated (like we do if it's dependent)?
http://reviews.llvm.org/D16989
More information about the cfe-commits
mailing list