================
@@ -182,6 +202,32 @@ void lambda_value_reference_auxiliary_var(T&& t) {
[&x = t]() { T other = std::forward<T>(x); };
----------------
zeyi2 wrote:Fixed, thanks! https://github.com/llvm/llvm-project/pull/178651 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
