================ @@ -39,8 +39,8 @@ void test() { (void)std::forward_like<vfp>(i); // expected-error {{no matching function for call to 'forward_like'}} (void)std::forward_like<cvfp>(i); // expected-error {{no matching function for call to 'forward_like'}} - using fpr = void()&; - using fprr = void()&&; + using fpr = void() &; + using fprr = void() &&; ---------------- mordante wrote:
Please undo this change since it is not related to the patch. I notice unneeded whitepaces at other places too, please undo these too. https://github.com/llvm/llvm-project/pull/132813 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits