[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

:around method with no primary



I got an error message that I was unable to get rid of without creating a dummy
primary method.

I have a generic function with an around method that is applicable to all
possible parameters.  I use the around method to check the parameters for
validity before calling CALL-NEXT-METHOD and the CLOS framework.  

Why do I have to have a primary method for a set of parameters that the around
method handles?

Thanks.