
18 Sep
2004
18 Sep
'04
7:19 p.m.
"Rob Stewart" <stewart@sig.com> wrote in message:
From: David Abrahams <dave@boost-consulting.com>:
I was wrong. Sorry.
So was I, it seems. You can use static_cast to *add* const. Thanks Jonathan!
Having said that, why not use const_cast and avoid the confusion in the first place?
When I was writing it I initially typed 'const_cast', but then thought to myself: why use my big guns if I don't have to? ;-) Jonathan