
17 Apr
2008
17 Apr
'08
9:30 a.m.
"Steven Watanabe" <watanabesj@gmail.com> wrote in message news:48061126.40705@providere-consulting.com... [...]
"Memory usage having a power of 2 (sizeof(void *) * 2)" What does this mean?
sizeof(void *) + sizeof(void *) == sizeof(shifted_ptr<void>)
The use of the term "cubic" always catches me because I automatically associate it with O(n^3) which is not what you mean.
It's like a memory matrix of the 3rd order bringing 3 distinct ways of isolating unreferenced objects. [...]
You may just have to #pragma warning push/pop disable 4355
I just made the corrections. Vc 8 isn't reporting such warnings. -Phil