We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copperspice has the macros that allows overloaded functions to be used as signals but cs_signal is missing those functions.
Following code throws compile error in cs_signal but works as expected (with alternative macros) in copperspice.
SIGNAL_1(void added(ClassA *a) SIGNAL_2(added, a) SIGNAL_1(void added(ClassB *b) SIGNAL_2(added, b)
There are some discussions (#2) that talk about supporting overloaded signals but I can't seem to find any examples of how to use it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Copperspice has the macros that allows overloaded functions to be used as signals but cs_signal is missing those functions.
Following code throws compile error in cs_signal but works as expected (with alternative macros) in copperspice.
There are some discussions (#2) that talk about supporting overloaded signals but I can't seem to find any examples of how to use it.
The text was updated successfully, but these errors were encountered: