Dicebot on leaving D: It is anarchy driven development in all its glory.

Timon Gehr timon.gehr at gmx.ch
Fri Aug 24 20:48:54 UTC 2018


On 24.08.2018 22:46, Timon Gehr wrote:
> 
> s->*mptr(args)
> 
> you write
> 
> mptr(s, args)

Oops.

Wither the first code sample should be

s.*mptr(args)

or the second code sample should be

mptr(*s, args)


More information about the Digitalmars-d mailing list