
8 Jun
2004
8 Jun
'04
12:05 p.m.
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 nondeterministically non-constant? -- Maxim Yegorushkin