Hi,
I'm trying to use const correctness as far as possible. To allow member functions which just lock/unlock a mutex and else doing nothing but reading out some information to be const, I usually declare the mutex class members mutable, which works well so far.
Now I had a class with more than one mutex (all decleared mutable) and msvc gives me the warning shown in the topic.
Is there anything to care about for me?
Thank you!



LinkBack URL
About LinkBacks



CornedBee
