On 9/11/07, <b class="gmail_sendername">Sean Kelly</b> &lt;<a href="mailto:sean@f4.ca">sean@f4.ca</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
My classic example for the need of &quot;mutable&quot; is a mutex used to<br>synchronize access to class data.&nbsp;&nbsp;The mutex must be modified even for<br>read operations.</blockquote></div><br>Again, if we let D&#39;s &quot;private&quot; attribute also imply C++&#39;s &quot;mutable&quot;, then that problem goes away.
<br><br>