<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Also, const-correctness can be difficult in situations where some tasks appear to be const but in fact are not, leading to difficulties when you need to use them inside another const function. For example, vtkPointLocator::FindClosestPoint() seems like it should be const but in fact it may need to rebuild the bucket structure used to accelerate the search. </blockquote>

<div><br></div><div>-> This is why there is the "mutable" keyword in C++.</div><div><br></div><div>Julien.</div></div>