[webkit-dev] unwritten rules of webkit style

Adam Barth abarth at webkit.org
Wed Sep 2 09:44:52 PDT 2009


On Wed, Sep 2, 2009 at 11:31 AM, Alexey Proskuryakov<ap at webkit.org> wrote:
> As an aside, is there any practical difference between "static const" and
> "const" in C++? The only difference I'm aware of is that the former is
> deprecated in the standard.

I bet they're different in the light of const_cast, but const_cast
shines a lot of light on things that shouldn't be visible.

Adam


More information about the webkit-dev mailing list