Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2003-06-07 06:02:14


> Should I
> explicitly ban copying in my subclass?

On second thoughts you can make your stream buffer class copyable if you
want - but the copy constructor must call the default constructor of the
base class and then explicitly set up the buffer position information in
it's body, IMO this is what you would need to do anyway (depending upon how
you copy your buffer).

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk