On Friday, 9 May 2014 at 21:37:37 UTC, Vlad Levenfeld 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.

Because thread-safety isn't only a problem when writing to memory, reads must also be carefully dealt with.

Reply via email to