Skip to content
New issue

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

Changes for graph-glr #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rofirrim
Copy link
Contributor

You will need a bison with graph glr to test this.

This version here supports it

https://github.com/rofirrim/bison/releases/tag/v3.0.99.1

You will need a bison with graph glr to test this.
@@ -4891,6 +4893,9 @@ nested_name_specifier_0 : class_or_namespace_name
$$ = $1;
}
| decltype_specifier
{
$$ = $1;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a limitation of the current implementation of graph-glr and it will be lifted in the future. That said, the rest of the file uses this style so I think this is OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant