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

Remove support for directly reflecting results of cast expressions #49

Closed
katzdm opened this issue May 22, 2024 · 1 comment
Closed
Assignees
Labels
p2996-conformance Implemented behavior unintentionally diverges from P2996

Comments

@katzdm
Copy link
Collaborator

katzdm commented May 22, 2024

P2996R3 removes support for the syntax ^<cast-expression>, so expressions like ^4 are no longer supported (i.e., one must now use std::meta::reflect_value(4) to obtain a reflection of the value 4). This syntax should likewise be removed from clang/p2996.

@katzdm katzdm added the p2996-conformance Implemented behavior unintentionally diverges from P2996 label May 22, 2024
@katzdm katzdm self-assigned this Jun 10, 2024
@katzdm
Copy link
Collaborator Author

katzdm commented Jun 11, 2024

Closed by d1cd625.

@katzdm katzdm closed this as completed Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2996-conformance Implemented behavior unintentionally diverges from P2996
Projects
None yet
Development

No branches or pull requests

1 participant