Le 12/04/2017 à 22:06, Guillaume MM a écrit :
Thanks for doing that. A question, though: do you advise to always add the explicit default entries, even when we believe that the compiler will do it by itself?I would advise to declare all four (both copy operators and both move operators, including if defaulted or deleted) as soon as either of the five (including the destructor) is declared. This would make it clearer for everybody.
I see. Thanks. JMarc