
14 Feb
2007
14 Feb
'07
5:01 p.m.
Gottlob Frege wrote:
On 2/14/07, Peter Dimov <pdimov@mmltd.net> wrote:
CBufferPtr buffer = *static_cast<CBufferPtr*>(result.Context());
You might also need a const_cast in there, since Context() returns a const void *?
Make that CBufferPtr buffer = *static_cast<CBufferPtr const*>(result.Context());