[boost] Re: boost::any question
by Maxim Yegorushkin other posts by this author
Jun 8 2004 12:05PM messages near this date
[boost] boost::any question
|
Re: [boost] boost::any question
Trey Jackson wrote:
[]
> I'd just like to avoid/guarantee I'm not going to be hit by some O(N)
> look-up for using typeid a lot.
typeid lookup is constant.
Isn't dynamic memory allocation hit your concern as it's not only non-constant rather it's n
ondeterministically non-constant?
--
Maxim Yegorushkin
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Trey Jackson
Maxim Yegorushkin
Doug Gregor
|