[PATCH] D14145: modernize-use-default supports copy constructor and copy-assignment operator.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 28 09:33:46 PDT 2015


klimek added a comment.

In http://reviews.llvm.org/D14145#277202, @angelgarcia wrote:

> > In which cases can this be false? (I assume if not all are copied?)
>
>
> This can be false is there is we do anything else than initializing the
>  bases and members. So the previous code is there to ensure that we do that
>  and this is here to ensure that we *only* do that.


How can we do more inside an initializer list?


http://reviews.llvm.org/D14145





More information about the cfe-commits mailing list