On Tue, Dec 14, 2010 at 1:56 PM, Martin Hansson
<martin.hansson@stripped>wrote:
> Tor Didriksen skrev 2010-12-13 14.42:
>
> Hi Martin
>>
>> Nice patch.
>>
>> - please use the term 'member function' rather than 'method'.
>>
> Done.
>
> - please mention somewhere that all the clone() implementations rely on
>> the
>> compiler-generated Copy Constructor, which does memberwise
>> initialization.
>>
> I mention that they call the copy constructor. As for what the copy
> constructor does, it might change so I dare not speak of it.
If you don't write your own copy constructor, the compiler will generate one
for you.
The generated one will do memberwise initialization.
-- didrik
>
> - please give per-file comments.
>>
> Done.
>
> - please write a bug, for easier tracking when merging between trees
>>
> You've got mail. ;-)
>
> Best Regards
>
> Martin
>