|
|
|
|
|
by fraffo
2668 days ago
|
|
Your code won't compile because interactor::interact is not defined on the base class.
That line is needed because the overload resolution is static.
So with the macro ACCEPTS, you build the code where the overload is resolved. |
|