From kde-core-devel Thu Mar 06 21:40:55 2008 From: "Ian Monroe" Date: Thu, 06 Mar 2008 21:40:55 +0000 To: kde-core-devel Subject: Re: Use of const arg in KConfigGroup constructors doesn't work with Message-Id: X-MARC-Message: https://marc.info/?l=kde-core-devel&m=120483973802999 On Thu, Mar 6, 2008 at 10:19 AM, Richard Dale wrote: > I don't > think that it is a major problem that scripting languages can't instantiate > read-only/const versions of KConfigGroup in the end. This was my thought. I Ruby program for my day job, and I pretty much don't assume or expect things like const-ness. It's not a feature of Ruby. It's part of what makes programming C++ sometimes a relief. Ian