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

conditional fields of constexpr literal structs #989

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

youknowone
Copy link

Partially fix #955 about constexpr

#988 is included in this PR

Because constexpr and defines require very different approach about this problem, I created another PR for constexpr fix while keeping the other one for define fix.

@youknowone youknowone changed the title Constexpr conditional field conditional fields of constexpr literal structs Aug 10, 2024
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.

defines is not applied for impl const
1 participant