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
This pattern should be valid C++98: https://godbolt.org/z/MaT9reT3Y
template<typename T> struct S1 { T v; }; typedef S1<struct S2> S22; struct S2 { int i; };
wpp386 rejects this with test.cpp(4): Error! E197: col(21) type cannot be defined in this context
test.cpp(4): Error! E197: col(21) type cannot be defined in this context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This pattern should be valid C++98: https://godbolt.org/z/MaT9reT3Y
wpp386 rejects this with
test.cpp(4): Error! E197: col(21) type cannot be defined in this context
The text was updated successfully, but these errors were encountered: