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
Describe the bug File to_cpp1.h. Line 6722. Expression assert(n.initializer);.
to_cpp1.h
6722
assert(n.initializer);
To Reproduce Steps to reproduce the behavior:
Additional context Test.cpp2 file's content is only 3 bytes long and it is: r:;.
r:;
The text was updated successfully, but these errors were encountered:
Confirmed on cpp2.godbolt.org
Sorry, something went wrong.
Why not post the short link?
Confirmed on cpp2.godbolt.org Why not post the short link?
link
be9d805
It's literally three characters in the source, seemed like a waste to have it create and store the short link.
No branches or pull requests
Describe the bug
File
to_cpp1.h
.Line
6722
.Expression
assert(n.initializer);
.To Reproduce
Steps to reproduce the behavior:
Additional context
Test.cpp2 file's content is only 3 bytes long and it is:
r:;
.The text was updated successfully, but these errors were encountered: