[libcxx-commits] [libcxx] [flang] [clang-tools-extra] [llvm] [libc] [clang] [lldb] [compiler-rt] [libc++][variant] P2637R3: Member `visit` (`std::variant`) (PR #76447)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Dec 30 15:05:19 PST 2023
================
@@ -26,7 +26,7 @@ template <typename ReturnType>
void test_call_operator_forwarding() {
using Fn = ForwardingCallObject;
Fn obj{};
- const Fn &cobj = obj;
----------------
Zingam wrote:
The reason for reformatting both files is that the CI format check failed for nearly every line in the previous commit:
https://github.com/llvm/llvm-project/actions/runs/7362740090/job/20041480045
https://github.com/llvm/llvm-project/pull/76447
More information about the libcxx-commits
mailing list