[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:59:45 PST 2025


================
@@ -144,6 +144,42 @@ struct type_list_as_pointers<type_list<Types...> > {
 
----------------
ldionne wrote:

Not attached to this line: let's also add benchmarks for `move_only_function`. And while we're at it, that might be an opportunity to refactor the ones for `std::function`.

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


More information about the libcxx-commits mailing list