8 Feb
2010
8 Feb
'10
9:53 p.m.
"Peter Foelsche"
I agree. I've made boost::any a template -- so that it get's passed a callback type. Is this according to your standards? I think boost::any without any way to apply something to it, is quite useless.
better make the callback object passed as a reference -- and constant reference should also be possible Peter