[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:08 PST 2025
================
@@ -83,6 +83,7 @@
# define _LIBCPP_ABI_USE_WRAP_ITER_IN_STD_ARRAY
# define _LIBCPP_ABI_USE_WRAP_ITER_IN_STD_STRING_VIEW
# define _LIBCPP_ABI_VARIANT_INDEX_TYPE_OPTIMIZATION
+# define _LIBCPP_ABI_SMALL_BUFFER_TRIVIAL_ABI
----------------
ldionne wrote:
```suggestion
# define _LIBCPP_ABI_MOVE_ONLY_FUNCTION_TRIVIAL_ABI
```
Let's also give this documentation in our `.rst` docs.
https://github.com/llvm/llvm-project/pull/94670
More information about the libcxx-commits
mailing list