[libcxx-commits] [libcxx] [libc++][PSTL] Add backend for forwaring to mem functions (PR #102448)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 15 09:41:36 PDT 2024


================
@@ -49,11 +49,12 @@ struct __default_backend_tag;
 struct __libdispatch_backend_tag;
 struct __serial_backend_tag;
 struct __std_thread_backend_tag;
+struct __forward_to_mem_funcs_backend_tag;
----------------
ldionne wrote:

```suggestion
struct __forward_to_c_funcs_backend_tag;
```

Maybe?

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


More information about the libcxx-commits mailing list