in a similar way, one has been able to write
p->f(args)
rather than
(*p->f)(args)
for quite some time.perhaps it's not in the standard! in which case, i'm sorry, don't use it, but moan to yourself each time you can't.
in a similar way, one has been able to write
p->f(args)
rather than
(*p->f)(args)
for quite some time.perhaps it's not in the standard! in which case, i'm sorry, don't use it, but moan to yourself each time you can't.