2013-02-28 12:32, Régis Duchesne skrev:
Do you use libsigc++ lambda expressions? Any objection to deprecating them?
Other comments?
Would the deprecation occur only in a new major version of sigc++ (i.e. one
that breaks binary compatibility with older versions)?
Cheers,
Deprecation will be handled as in e.g. glibmm and gtkmm. Entities
(classes, methods, functions, etc.) can be deprecated in any version of
the package, but they will still exist in that version. They are just
marked deprecated in the documentation, and they are surrounded by
#ifndef SIGCXX_DISABLE_DEPRECATED
....
#endif
in the header files. They can be deleted only in a new major version
(probably libsigc++ 3.0).
Kjell
_______________________________________________
libsigc-list mailing list
libsigc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/libsigc-list