[libcxx-commits] [libcxx] [libc++] Implement std::move_only_function (P0288R9) (PR #94670)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 21 08:21:02 PST 2025
================
@@ -973,7 +973,6 @@ def add_version_header(tc):
"name": "__cpp_lib_move_only_function",
"values": {"c++23": 202110},
"headers": ["functional"],
- "unimplemented": True,
----------------
ldionne wrote:
We need to make sure this is only defined when using Clang, not GCC. And also only when `-fexperimental-library` is passed.
https://github.com/llvm/llvm-project/pull/94670
More information about the libcxx-commits
mailing list