On Oct 13, 2009, at 10:02 AM, Douglas Gregor wrote: > Author: dgregor > Date: Tue Oct 13 12:02:54 2009 > New Revision: 83980 > > URL: http://llvm.org/viewvc/llvm-project?rev=83980&view=rev > Log: > Diagnose attempts to add default function arguments to a > specialization. This completes C++ [temp.expl.spec]!
Cool, watch out for non-ascii though :) > + // - the explicit specialization of a function template; > + // â the explicit specialization of a member function > template; > + // â the explicit specialization of a member function > of a class > + // template where the class template specialization > to which the > + // member function specialization belongs is implicitly -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
