[Issue 8185] Pure functions and pointers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 3 12:16:44 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8185


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr at gmx.ch


--- Comment #11 from timon.gehr at gmx.ch 2012-06-03 12:18:33 PDT ---
(In reply to comment #0)
> The Question: What exactly does these pure functions consider as `argument
> value` and as `returned value`? Looks like this is neither documented nor
> obvious.
> 

Pointers may only access their own memory blocks, therefore exactly those
blocks participate in argument value and return value.
But why does it even matter? Isn't this discussion mostly philosophical?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list