On Fri, Oct 24, 2003 at 02:44:48PM +0000, Angus Leeming wrote:
> Martin Vermeer wrote:
>
> > Fixes the delimiter borkage.
> >
> > OK to commit?
> >
> > - Martin
>
> No.
>
> namespace {
>
> static int const delim_rversion[] = {...};
> static int const delim_size = sizeof(delim_rversion) / sizeof(int);static int const delim_size = sizeof(delim_rversion) / sizeof(delim_rversion[0]); is even more robust to type changes. Not that I'd ever change that... Andre'
