<div class="gmail_quote">On Wed, Aug 17, 2011 at 12:29, Chetan Jhurani <span dir="ltr"><<a href="mailto:chetan.jhurani@gmail.com">chetan.jhurani@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1ol">can be avoided by putting const int in declaration<br>
as well.</div></blockquote></div><br><div>Right, but doing this is nonsense because it puts implementation details in a public header, the "anti-encapsulation". Just don't use const for value parameters.</div>