About libsigc++ =============== libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.
libsigc++ is used by glibmm and gtkmm to wrap Glib and GTK+ signals. News ==== * signal: Add a moving connect() method, taking an rvalue reference to a slot. (Kjell Ahlstedt) Bug #756484 * can_deduce_result_type_with_decltype: Rename the check() methods to checksize(). check() is a preprocessor macro in Mac OS X. (Kjell Ahlstedt) Bug #759315 (David Otto) * Temporarily undefine the nil macro, if it's defined. nil is a preprocessor macro in Objective-C++ and Mac OS X. (Kjell Ahlstedt) Bug #695235 * Correct the mem_functor<> declarations. Murray Cumming ChangeLog ========= https://download.gnome.org/sources/libsigc++/2.7/libsigc++-2.7.1.changes (2.23K) Download ======== https://download.gnome.org/sources/libsigc++/2.7/libsigc++-2.7.1.tar.xz (3.27M) sha256sum: fb86f86ab382eb5f57057fabc61b1766052496de9dfedcec2c142b98485e7a25 _______________________________________________ ftp-release-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ftp-release-list
