[libcxx-commits] [libcxx] [libc++] Implement P3379R0 Constrain `std::expected` equality operators (PR #135759)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 15 13:36:22 PDT 2025


Zingam wrote:

@yronglin A few comments:
- We now use GitHub issues to track implementation: https://github.com/llvm/llvm-project/issues/118135 You can use GitHub syntax to associte PR to the issue https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue
- If you are interested in implementing the rest of https://github.com/orgs/llvm/projects/31/views/11?filterQuery=label%3A%22c%2B%2B26%22+label%3A%22wg21+paper%22+assignee%3AZingam&pane=issue&itemId=75665505&issue=llvm%7Cllvm-project%7C105424 please feel to do so.
- I haven't thought about it much: would it make sense to generalize and reuse the test data between the types?

https://github.com/llvm/llvm-project/pull/135759


More information about the libcxx-commits mailing list