[libcxx-commits] [libcxx] [libc++] Remove _LIBCPP_COMPRESSED_PAIR/TRIPLE from shared_ptr (PR #200401)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 17 08:11:10 PDT 2026
================
@@ -0,0 +1,72 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// <memory>
+//
+// class shared_ptr
+//
+// Ensure that the pointer type is destroyed
----------------
ldionne wrote:
```suggestion
// Ensure that any constructed (fancy) pointer objects are destroyed appropriately.
```
https://github.com/llvm/llvm-project/pull/200401
More information about the libcxx-commits
mailing list