diff options
Diffstat (limited to 'libraries/libsigc++/README')
-rw-r--r-- | libraries/libsigc++/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/libsigc++/README b/libraries/libsigc++/README deleted file mode 100644 index 0eba59aee9..0000000000 --- a/libraries/libsigc++/README +++ /dev/null @@ -1,9 +0,0 @@ -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. - -It also contains adaptor classes for connection of dissimilar -callbacks and has an ease of use unmatched by other C++ callback -libraries. Libsigc++ is licensed under the GNU Library General -Public License, LGPL. |