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
Use what Rob at MakerX suggested as a format , compliant with theirs (AlgoKit), to permit a templated assignment operator.
Perhaps a solution could be to use a standard variable or const format:
const int _this_is_a_template = 0; Depending on the variable type we would replace with an int or byte literal constant
const int _this_is_a_template = 0;
The text was updated successfully, but these errors were encountered:
FrankSzendzielarz
No branches or pull requests
Use what Rob at MakerX suggested as a format , compliant with theirs (AlgoKit), to permit a templated assignment operator.
Perhaps a solution could be to use a standard variable or const format:
const int _this_is_a_template = 0;
Depending on the variable type we would replace with an int or byte literal constant
The text was updated successfully, but these errors were encountered: