[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

Sean Hunt scshunt at csclub.uwaterloo.ca
Wed Jun 1 16:44:32 PDT 2011


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.



More information about the cfe-commits mailing list