8 Feb
2010
8 Feb
'10
10:01 p.m.
"Peter Foelsche"
better make the callback object passed as a reference -- and constant reference should also be possible
I think there is really no use case for this. One should always use boost::variant. In case of later-defined types (e.g. imported via some DLL) one should always use inheritance. Peter