[cfe-commits] r132104 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp test/SemaCXX/copy-constructor-error.cpp test/SemaCXX/default-arg-special-member.cpp

Douglas Gregor dgregor at apple.com
Wed Jun 1 16:44:52 PDT 2011


On Jun 1, 2011, at 4:44 PM, Sean Hunt wrote:

> On 06/01/11 16:43, Douglas Gregor wrote:
>> Do you plan to do the same thing for copy-assignment or move-assignment operators?
>> 
>> 	- Doug
>> 
> 
> They can't have default arguments as they're overloaded operators.

Oh, duh. Thanks!

	- Doug



More information about the cfe-commits mailing list