Kuba Ober <[EMAIL PROTECTED]> writes:

| Hi,
>
| I was thinking of doing some general const cleanup in the (probably very few) 
| places that may need it (if any at all). I'm thinking of it w/o looking at 
| the code yet (just downloaded from CVS) so please forgive if it doesn't 
| directly apply.
>
| What's the general karma of having something like
>
| const int blah = 123;
>
| in a header file, inside a namespace (or not)? As far as I take it,
| it's a 

Do we have those in header files?

that is not good.

and if we had them it should be

int const blah = 123;

and it would still be bad.
 
-- 
        Lgb

Reply via email to