[libcxx-commits] [libcxx] [libc++] P3379R1: Constrain `std::expected` equality operators (PR #117664)
Jonathan Wakely via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 10 03:00:03 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
----------------
jwakely wrote:
I've submitted https://github.com/brevzin/sd6/pull/28 to update SD-6.
https://github.com/llvm/llvm-project/pull/117664
More information about the libcxx-commits
mailing list