================
@@ -141,3 +141,11 @@ template <int x> constexpr auto c() {
 }
 
 auto y = c<1>(); // both-note {{in instantiation of function template 
specialization 'c<1>' requested here}}
+
+namespace non_constexpr_structured_binding {
----------------
tbaederr wrote:

You forgot the namespace name

https://github.com/llvm/llvm-project/pull/144226
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to