[clang] [clang] Implement P2582R1: CTAD from inherited constructors (PR #98788)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 22 18:51:21 PDT 2024
================
@@ -0,0 +1,260 @@
+// RUN: %clang_cc1 -fsyntax-only -std=c++23 -verify %s
----------------
antangelo wrote:
Thanks, fixed
https://github.com/llvm/llvm-project/pull/98788
More information about the cfe-commits
mailing list