On Mon, Nov 03, 2003 at 06:57:49PM +0000, Angus Leeming wrote: > Since all other BufferView data members are in the Pimpl, shouldn't > this go in there too?
Maybe, maybe not. Actually I prefer to have simple stuff not pimpled. Including getters and setters we end up with ~20 LOC just for a pimpled 'int' member which is a bit heavy IMO... Andre'