You might be right from the syntax point of view, but think about optimization. If you mark a member variable as <code>mutable</code>, that would prevent the compiler from even try to optimize its usage. I think the keyword is more suitable for variables, which value comes from an external device.
March 27, 2007, 7:39 a.m. - andre
You might be right from the syntax point of view, but think about optimization. If you mark a member variable as <code>mutable</code>, that would prevent the compiler from even try to optimize its usage. I think the keyword is more suitable for variables, which value comes from an external device.