On Mon, Oct 13, 2003 at 09:27:03AM +0000, Angus Leeming wrote: > Andre Poenitz wrote: > > On Mon, Oct 13, 2003 at 12:10:06AM +0200, Lars Gullik Bjønnes wrote: > >> I even think boost::optional should be used for the Cached vars > >> type, then you can easily know if the cached var is set or not. > > > > We'd never, ever need to know whether this is set or not. You can > > put in arbitrary values in this variable at any point of time > > _except_ at the end of 'metrics'. > > > > I'd really like to suggest promoting the 'KISS' principle to the top > > of the 'nice to have' stuff. > > Ok, I give up on that particular proposal. If you want to write your > own explicit copy constructors that's your prerogative.
I don't have to write one. Copying arbitrary values there is ok. > What's your feelings about > 'BufferView cache --- how to get rid of it' > Does that conform to KISS? That's fine. Andre'