libsigc++ 2.99.5



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 also used by glibmm and gtkmm to wrap Glib and GTK+
signals.

News
====

* Functors (mem_functor, ptr_functor) no longer need to derive from a common
  functor_base base class, and functors no longer need to have a result_type
  typedef or alias.
* emitters and accumulators no longer need t ohave a result_type typedef or
  alias.
* Remove now-unnecessary adaptor_type type aliases.
* Remove some more unused and unnecessary public type aliases.


ChangeLog
=========
https://download.gnome.org/sources/libsigc++/2.99/libsigc++-2.99.5.changes  (2.97K)

Download
========
https://download.gnome.org/sources/libsigc++/2.99/libsigc++-2.99.5.tar.xz (944K)
  sha256sum: 1329daac8aea313236fa98b80d12271c69c4337e93694a872b66d812af5f9940



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]