[aspectc-user] slice function definition

Daniel Lohmann daniel.lohmann at informatik.uni-erlangen.de
Wed Nov 7 15:19:06 CET 2007


Francisco Afonso schrieb:
> Wow. This really works!!!
>
> I didnĀ“t expected that, after weaving, the non-inline functions 
> definitions would be placed in the class implementation file.
There is one caveat, though. The mechanism only works if there is an 
implementation file, that is, at least one file in which a member of the 
class is defined. Otherwise ac++ is not able to find a suiting 
implementation file to put the definition into and you will get a error 
message from the weaver.
>
> Congratulations to the AspectC++ team!
Thanks Francisco :-)


Daniel




More information about the aspectc-user mailing list