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)

Reply via email to