On Fri, 09 May 2014 17:37:35 -0400, Vlad Levenfeld <vlevenf...@gmail.com> wrote:

Error: non-shared const method is not callable using a shared mutable object

Why not? If the method is const, it can't modify the object anyway.

Non-shared methods cannot be called on shared objects. Otherwise, you could have unintended race conditions.

-Steve

Reply via email to