Sigslot v1.2.0
This release adds a few requested features and better support for MSVC.
- Add a
signal::slot_count()
method to determine the number of currently connected slots, - Introduce slot groups, which can be used to enforce slots invocation order,
- Add
signal::disconnect()
overloads to allow disconnection by supplying a function , and/or object pointer, or a slot group id, - Better support for MSVC (cl as well as clang-cl),
- Improved CMake scripts.