On 1/15/08, José Alburquerque <[EMAIL PROTECTED]> wrote: > http://techbase.kde.org/index.php?title=Policies/Binary_Compatibility_Issues_With_C%2B%2B > > The "Do's and Don'ts" section really clarified the constructor question > for me by saying: > > You can... > > * add new non-virtual functions including signals and slots and > constructors. > > ... > > -Jose >
Yes, constructors should be fine -- they should be the same as a normal non-virtual function. Adding a virtual destructor will change the ABI, however. -- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
