>  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.


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to