[sigc] std::function<>-style declarations (original) (raw)
- From: Murray Cumming
- To: libsigc-list
- Subject: [sigc] std::function<>-style declarations
- Date: Fri, 11 Mar 2016 11:22:54 +0100
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 murrayc murrayc com www.murrayc.com
[Date Prev][Date Next] [Thread Prev][Thread Next] [Thread Index] [Date Index] [Author Index]