Re: [boost] [BULK] Re: boost::function overhead?

2 May
2006
2 May
'06
9:32 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of David Abrahams Sent: Tuesday, May 02, 2006 2:24 PM To: boost@lists.boost.org Subject: Re: [boost] [BULK] Re: boost::function overhead?
"Sohail Somani" <s.somani@fincad.com> writes:
Dave A. had a nice explanation in SD expo about how its done for shared_ptr. I don't know if the slides are available.
Thanks. I did talk about that technique, but shared_ptr uses virtual functions, and I don't think I'd have said otherwise.
Nevermind, it must have been boost function. I can't recall exactly which, but I understood :) Something like fn_table[idx]=function<T>; // function<T>(void *)
6979
Age (days ago)
6979
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sohail Somani