[libcxx-commits] [libcxx] [libc++] P0792R14: `std::function_ref` (PR #94894)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 13 10:13:00 PDT 2026


================
@@ -39,6 +39,8 @@ Implemented Papers
 ------------------
 
 - P2440R1: ``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right`` (`Github <https://llvm.org/PR105184>`__)
+- P0792R14: ``function_ref`` : a type-erased callable reference  (`Github <https://llvm.org/PR105376>`__) This feature is currently experimental and
+  therefore requires ``-fexperimental-library``.
----------------
ldionne wrote:

I don't think we need to make it experimental, since there is very little room for design here. There's no risk of being locked into an ABI we don't like down the line.

https://github.com/llvm/llvm-project/pull/94894


More information about the libcxx-commits mailing list