[Bug 308763] kdepimlibs compilation fails

Kevin Krammer krammer at kde.org
Tue Oct 30 15:26:14 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=308763

--- Comment #19 from Kevin Krammer <krammer at kde.org> ---
The idea is that if the assignment operator and copy constructors are defined
in the .cpp file, they "see" the complete definition of the private.
When the compiler generates them it does not, which is why all those classes
have an explicitly defined destructor as well

Basically one needs to make sure that the compiler does not generate any of
those functions (default constructor, destructor, copy constructor,
copy-assignment operator)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-windows mailing list