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

feat(parse): add _type-id_ production for type_of #1296

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

JohelEGP
Copy link
Contributor

@JohelEGP JohelEGP commented Oct 5, 2024

Updating some code didn't go as expected:

export expect: (x: type_of(boost::ut::eq(i64(), i64()))) _ = boost::ut::expect(x);
export expect: (x: std::type_identity_t<CPP2_TYPEOF(boost::ut::eq(std::vector<int>(), std::vector<int>()))>) _ =
  boost::ut::expect(x);

This PR remedies that.

@hsutter hsutter merged commit b433693 into hsutter:main Oct 5, 2024
19 of 29 checks passed
@JohelEGP JohelEGP deleted the postfix_type_id branch October 5, 2024 20:45
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.

2 participants