diff options
Diffstat (limited to 'libraries/libsigc++-legacy12/README')
-rw-r--r-- | libraries/libsigc++-legacy12/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libsigc++-legacy12/README b/libraries/libsigc++-legacy12/README new file mode 100644 index 0000000000..990be43533 --- /dev/null +++ b/libraries/libsigc++-legacy12/README @@ -0,0 +1,8 @@ +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. + +This is the 1.2 version of libsigc++, which is outdated, but required +by some packages that haven't been updated to use 2.0 yet. This package +doesn't conflict with the main libsigc++ package. |