Hacker News new | ask | show | jobs
by pwiecz 3830 days ago
What's the problem with the "mutable"? I thought that it does not impair the type safety.
1 comments

You can't assume the object is not modified by a const member function if the class has mutable members.