[libcxx-commits] [libcxx] "[libc++] Try again LWG3233 Broken requirements for shared_ptr converting constructors" (PR #96103)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 21 09:11:34 PDT 2024
================
@@ -0,0 +1,49 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef TEST_STD_UTILITIES_MEMORY_UTIL_SMARTPTR_SHARED_CONST_TYPES_H
+#define TEST_STD_UTILITIES_MEMORY_UTIL_SMARTPTR_SHARED_CONST_TYPES_H
+
+#include <type_traits>
+
+struct bad_ty {};
----------------
ldionne wrote:
Let's unify the case here, either `bad_type` everywhere or `BadType` everywhere.
https://github.com/llvm/llvm-project/pull/96103
More information about the libcxx-commits
mailing list