
6 Oct
2007
6 Oct
'07
3:53 p.m.
On 10/5/07, Marco <mrcekets@gmail.com> wrote:
I hope to be able to post some result, soon.
Waiting for Marco's code I have updated the files at http://digilander.libero.it/mcostalba/boost_overload/overload.hpp http://digilander.libero.it/mcostalba/boost_overload/test.cpp Now operator<<() is used instead of c'tors, this has three advantages: - functions can be registered in any order - code is mcuh smaller - indices are really hidden now Current limitation is that it works with function's pointers, still not with functors, but I think the other Marco is probably taking care of it... ;-) Thanks Marco