[libcxx-commits] [libcxx] [libc++] Implement std::move_only_function (P0288R9) (PR #94670)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 19 08:57:10 PST 2025
================
@@ -49,6 +49,7 @@ Implemented Papers
- P2835R7: Expose ``std::atomic_ref``'s object address (`Github <https://llvm.org/PR118377>`__)
- P2944R3: Comparisons for ``reference_wrapper`` (`Github <https://llvm.org/PR105424>`__)
- P3168R2: Give ``std::optional`` Range Support (`Github <https://llvm.org/PR105430>`__)
+- P0288R9 - ``move_only_function`` (`Github <https://llvm.org/PR105157>`__)
----------------
ldionne wrote:
```suggestion
- P0288R9 - ``move_only_function`` (`Github <https://llvm.org/PR105157>`__). This feature is experimental for the time being and requires ``-fexperimental-library``.
```
https://github.com/llvm/llvm-project/pull/94670
More information about the libcxx-commits
mailing list