On Sat, Mar 11, 2006 at 05:21:43PM +0100, Abdelrazak Younes wrote: > enpos is a size_t, do you really think there is a benefit to make it > const?
The compiler will produce identical code (at least 3.3.6(?) did a while ago), but we try to enforce 'as much const as possible' and there is no exception for five-liners. Andre'