sling icon indicating copy to clipboard operation
sling copied to clipboard

Lightweight C++ Signals and Slots implementation

Results 1 sling issues
Sort by recently updated
recently updated
newest added

https://github.com/adrg/sling/blob/1f3c2314046298129cf85839f04a92c3349a89bc/sling.h#L257 Just to be aware of, I have made the same mistake. R-value args will be moved multiple times if multiple slots exists. Remove the std::forward