Re: [sigc] Deprecate libsigc++ lambda expressions?
- From: Kjell Ahlstedt <kjell ahlstedt bredband net>
- To: Régis Duchesne <hpreg vmware com>
- Cc: Libsigc++ <libsigc-list gnome org>
- Subject: Re: [sigc] Deprecate libsigc++ lambda expressions?
- Date: Thu, 28 Feb 2013 15:53:59 +0100
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
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]