|
Boost : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-11-18 10:26:22
Vladimir Prus wrote:
> IOW, you mean situation like
>
> D* d = new D;
> B* b = new B;
> oa << b;
Should have been:
D* d = new D;
B* b = d;
oa << b;
Sorry,
Volodya
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk