[libcxx] [llvm] [libc] [lldb] [compiler-rt] [clang-tools-extra] [clang] [flang] [libc++][variant] P2637R3: Member `visit` (`std::variant`) (PR #76447)
Mark de Wever via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 30 04:10:45 PST 2023
================
@@ -26,7 +26,7 @@ template <typename ReturnType>
void test_call_operator_forwarding() {
using Fn = ForwardingCallObject;
Fn obj{};
- const Fn &cobj = obj;
----------------
mordante wrote:
Please undo the formatting changes to this file. It's hard to see what really changed.
https://github.com/llvm/llvm-project/pull/76447
More information about the cfe-commits
mailing list