<div dir="ltr">On 20 August 2013 13:27, Chris Forbes <span dir="ltr"><<a href="mailto:chrisf@ijw.co.nz" target="_blank">chrisf@ijw.co.nz</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ken,<br>
<br>
I think the big win from using pass-by-pointer is that you can see<br>
what's happening at the call site. References' value syntax and<br>
pointer semantics is a weird mix.<br>
<br>
But that might just be the C programmer talking, as you suggested.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Chris<br>
</font></span></blockquote></div><br></div><div class="gmail_extra">Yeah, I've mostly stopped using non-const pass-by-reference for exactly this reason.<br></div></div>