Re: [Boost-users] boost any questions and praise
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
5407
Age (days ago)
5407
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Foelsche