
1 Feb
2013
1 Feb
'13
12:34 a.m.
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