On Thu, May 23, 2013 at 4:57 PM, Steven Schveighoffer <schveiguy@yahoo.com> wrote:
Seems like const qualifier for members is simply ignored inside the ctor, it should only be ignored until it is set, or until it is used.

Is that perhaps to help with building strings, arrays etc...