Angus Leeming <[EMAIL PROTECTED]> writes:

| 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);
>
| } // namespace anon
>
| Use delim_size in place of that evil '22'.

And don't use static in global or filescope.

Inside anon namespaces they are just an oxymoron

-- 
        Lgb

Reply via email to