$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] A class for embedded friendly callbacks.
From: VinÃcius dos Santos Oliveira (vini.ipsmaker_at_[hidden])
Date: 2019-01-07 10:27:16
Em sáb, 5 de jan de 2019 às 22:13, Mikael Rosbacke via Boost <
boost_at_[hidden]> 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/