[aspectc-user] pointcuts
Ben Brodie
bcb2 at cs.wustl.edu
Tue May 28 22:32:44 CEST 2002
Hi, my name is Ben Brodie, and i was playing around with the ac++
compiler, and i found the following problem:
i have a pointcut defined as
pointcut foo() = call("% %::%(int)");
which should attach to anything that takes in an int, but it is attaching
to anything that has int as its first parameter. so it will attach to
void bar(int, double);
Am I doing something wrong, or is this a bug?
thanks,
-Ben
More information about the aspectc-user
mailing list