[libcxx-commits] [libcxx] [libc++] P3379R1: Constrain `std::expected` equality operators (PR #117664)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 9 09:55:46 PDT 2025
================
@@ -45,6 +45,7 @@ Implemented Papers
- ``std::jthread`` and ``<stop_token>`` are not guarded behind ``-fexperimental-library`` anymore
- P2674R1: A trait for implicit lifetime types (`Github <https://github.com/llvm/llvm-project/issues/105259>`__)
- P0429R9: A Standard ``flat_map`` is partially implemented and ``flat_map`` is provided (`Github <https://github.com/llvm/llvm-project/issues/105190>`__)
+- P3379R1: Constrain ``std::expected`` equality operators
----------------
mordante wrote:
The paper number is R0, please adjust all references in the PR
```suggestion
- P3379R0: Constrain ``std::expected`` equality operators
```
https://github.com/llvm/llvm-project/pull/117664
More information about the libcxx-commits
mailing list