7 Jan
2019
7 Jan
'19
10:27 a.m.
Em sáb, 5 de jan de 2019 às 22:13, Mikael Rosbacke via Boost < boost@lists.boost.org> escreveu:
I'm Mikael Rosbacke and new to this list. The last couple of months I've been writing on a class for storing callbacks to different forms of callables (member functions, functors, free functions). The main focus has been to make it suitable for embedded work with small footprint and dependable exception and heap behavior. The code can be found on github: https://github.com/rosbacke/delegate
Do you think your use case could be served by dyno< https://github.com/ldionne/dyno>? -- Vinícius dos Santos Oliveira https://vinipsmaker.github.io/