Hi, is there a way to differentiate between the pre- and postfix operators : operator ++() and operator ++(int) ? I've noticed that a pointcut call("B B::operator ++()"); selects them both. ac++ crashes when specifying the dummy int in a pointcut : call("B B::operator ++(int)"). Greets, Hans