Re: Return versus Side-Effect
On 3 Apr., 16:28, Brendan <catph...@catphive.net> wrote:
On Apr 1, 4:17 am, peter koch larsen <peter.koch.lar...@gmail.com>
wrote:> On 31 Mar., 01:00, hdante <hda...@gmail.com> wrote:> On Mar 30,
4:42 pm,
peter koch larsen <peter.koch.lar...@gmail.com>
wrote:
As I argued in another thread, the pointervalue is not evidence of
change.
That's obvious. If you use this as a _convention_, then it becomes
evidence of change.
Well, I tried to convey the idea that it would not be obvious unless
the only use for at pointer is to allow assignment. I do not believe
that is the case.
You just answered your own question, there is no other reason to use
pointers (with one exception).
I could be reasonable if the parameter was optional. There are also
lots of usages when you interface with C-style libraries. So in short,
the fact that a parameter is a pointer does not convey the fact that
what is points to might get modified.
More important is that code written this style is clumsy and
inelegant. And this is not only a matter of opinion: such code gets
more verbose and more difficult to understand.
[snip]
Also, as far as RVO goes, how does RVO work if the function you are
calling is in a dynamic library? If you can show me a compiler that
does that, I will take the idea much more seriously.
I don't see what dynamic linking has got to do with that. What
compiler does not support RVO-optimisation across a shared object? But
even if a compiler did not support that, nothing should prevent you
from supplying "the whole package".
/Peter
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]