Re: [sigc] Re: [Boost-users] Signals & Slots
- From: Chris Vine <chris cvine freeserve co uk>
- To: gtkmm-list gnome org
- Cc: Doug Gregor <dgregor cs indiana edu>, libsigc++ list <libsigc-list gnome org>, Murray Cumming <murrayc murrayc com>, Carl Nygard <cjnygard fast net>
- Subject: Re: [sigc] Re: [Boost-users] Signals & Slots
- Date: Sun, 21 Nov 2004 13:06:57 +0000
On Sunday 21 November 2004 06:54, Carl Nygard wrote:
> Like I said, I haven't actually compiled any examples;) Thanks for the
> catch... document is updated.
A minor nit (and there may well be others): you are missing the declaration of
the Func() function in global namespace that you refer to in your updated
text on this. (You have two Func()s in this part of your text: one as a
class member and one in global namespace.)
I can see how boost got to where it is on signals (they started with boost
function objects and an improved and generalised binder, and took it from
there) but in my view the libsigc++ interface is considerably more intuitive
to use. It also does not seem to me to be sensible to introduce a boost
dependency in gtkmm, with all that that entails, unless importing much more
than just the signals.
Chris.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]