I'd like to move libsigc++ gradually to a
  sigc::signal<void(int, Thing)>
syntax, instead of
  sigc::signal<void, int, Thing>
and for sigc::slot, because std::function has now established that. We
would deprecate the old syntax in libsigc++-2.0, but only remove it in
libsigc++-3.0.

Objections or thoughts about how to do this with less code?
https://bugzilla.gnome.org/show_bug.cgi?id=763393

-- 
Murray Cumming
murr...@murrayc.com
www.murrayc.com



_______________________________________________
libsigc-list mailing list
libsigc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/libsigc-list

Reply via email to