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

--- Comment #179 from caulier.gil...@gmail.com ---
Hi Marcel,

This is interresting, because my change are pure cosmetic for the moment.

Typically i moved all class method implementation from headers to cpp files,
and append missing default constructors or destructors.

For this last point, C++ norm is clear :

"Defining a class without a constructor but with a destructor is perfectly
legal C++, but is not recommended. Your compiler will try to generate a default
constructor for you, which will automatically call the default constructor of
all members in your class. You can explicitly request this by marking your
constructor as default, but you lose finer control over the instantiation of
your class, and cannot do anything but default construct all members of your
class."

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to