
31 Mar
2010
31 Mar
'10
6:44 p.m.
on 31.03.2010 at 22:35 Steven Watanabe wrote :
but still i think it's a good idea to define compile time constants as enum members
can you clear this question for me once and forever, Steven? is it preferable or is it solely a matter of taste?
static const size_t is usually better because it has the correct type, and so will behave better for overload resolution.
from that point of view i agree thanks -- Pavel P.S. if you notice a grammar mistake or weird phrasing in my message please point it out