|
Boost : |
From: Phil Bouchard (philippe_at_[hidden])
Date: 2008-04-17 05:30:03
"Steven Watanabe" <watanabesj_at_[hidden]> wrote in message
news:48061126.40705_at_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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk