[clang] [clang] All {con, de}structor attributes to use template args (PR #67376)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 25 17:24:54 PDT 2023


================
@@ -10,3 +13,14 @@ struct Foo {
     bar();
   }
 };
+
+template <int P>
----------------
erichkeane wrote:

Please write a test where the argument is NTTP dependent on another template argument.

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


More information about the cfe-commits mailing list