Steven Schveighoffer Wrote: > 1. There should be a way to have head-const classes, where the reference > itself is mutable, but the class data is not I believe that's tail const, not head const.