$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [mixin] Introducing a new library.
From: Borislav Stanimirov (b.stanimirov_at_[hidden])
Date: 2013-01-31 19:34:05
A friend pointed out to me that fastdelegate uses non-stadard methods,
and because of that it is unlikely to be accepted in boost.
So I removed it and switched to an alternative call method, as suggested
by:
http://www.codeproject.com/Articles/11015/The-Impossibly-Fast-C-Delegates
Initially I thought this method would make the calls a bit slower
(that's why I didn't choose it the first time), but curiously it makes
them a bit faster. Yay!
-- Borislav