[libcxx-commits] [libcxx] WIP - [libc++][functional] P2944R3 (partial): Comparisons for ``reference_wrapper`` (``reference_wrapper`` operators only) (PR #88384)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 4 04:48:06 PDT 2024
================
@@ -1040,7 +1040,6 @@ def add_version_header(tc):
"name": "__cpp_lib_reference_wrapper",
"values": {"c++26": 202403}, # P2944R3: Comparisons for reference_wrapper
"headers": ["functional"],
- "unimplemented": True,
----------------
mordante wrote:
You're correct. It's rare that a paper has multiple FTMs I'm happy Barry did that. So let's indeed mark this FTM as complete.
https://github.com/llvm/llvm-project/pull/88384
More information about the libcxx-commits
mailing list