[libcxx-commits] [libcxx] [libc++] Fix std::variant evaluating template arguments too eagerly (PR #151028)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 31 06:19:48 PDT 2025
================
@@ -0,0 +1,24 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
----------------
ldionne wrote:
You can reference https://github.com/llvm/llvm-project/issues/151328 from this test please.
https://github.com/llvm/llvm-project/pull/151028
More information about the libcxx-commits
mailing list