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
I tried to help somebody on Stack overflow and got this issue: link
You can see that
template<int val> int MyClass<val>::var = val;
Is only displayed for one of the three instantiations... and that one is mangled up with the endif macro:
#endiint MyClass<9>::var = 9;
Please let me know if you need more information. And thanks for the tool!
The text was updated successfully, but these errors were encountered:
Hello @JHBonarius,
nice one! Thanks for reporting this issue. A fix is on its way!
Andreas
Sorry, something went wrong.
Fixed #427: Correct handling of out-of-line static data members.
ad7be62
3831a81
No branches or pull requests
I tried to help somebody on Stack overflow and got this issue: link
You can see that
Is only displayed for one of the three instantiations... and that one is mangled up with the endif macro:
Please let me know if you need more information. And thanks for the tool!
The text was updated successfully, but these errors were encountered: