[aspectc-user] overloaded operator ++() and ++(int)

Hans VB hans.vanbroeckhoven at telenet.be
Mon May 23 13:40:30 CEST 2005


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




More information about the aspectc-user mailing list