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

explicit constexpr construct has missing scopes for explicit #268

Closed
matter123 opened this issue Jun 30, 2019 · 1 comment
Closed

explicit constexpr construct has missing scopes for explicit #268

matter123 opened this issue Jun 30, 2019 · 1 comment
Labels
🐛 Bug Something isn't working

Comments

@matter123
Copy link
Collaborator

Example:

struct foo {
	explicit constexpr foo();
};

explicit does not have the scope storage.modifier.specifier.functional.pre-parameters.explicit.cpp. If constexpr is removed or if the constructor is made into a function explicit has the scope.

@matter123 matter123 added the 🐛 Bug Something isn't working label Jun 30, 2019
jeff-hykin added a commit that referenced this issue Jul 6, 2019
@jeff-hykin
Copy link
Owner

fixed with v1.12.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants