[libcxx-commits] [libcxx] [libc++] Mark more types as trivially relocatable (PR #89724)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 30 08:58:09 PDT 2024


================
@@ -64,6 +66,15 @@ public:
   using iterator        = pointer;
   using const_iterator  = const_pointer;
 
+  // A __split_buffer containers the following members which may be trivially relocatable:
----------------
ldionne wrote:

```suggestion
  // A __split_buffer contains the following members which may be trivially relocatable:
```

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


More information about the libcxx-commits mailing list