[libcxx-commits] [libcxx] [libc++] Fix constant_wrapper::operator() (PR #193573)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 25 02:28:33 PDT 2026
================
@@ -276,62 +278,58 @@ struct __cw_operators {
}
};
+template <const auto& __callbale, class... _Args>
----------------
huixie90 wrote:
I see. i don't have strong opinion perhaps we can discuss? But the rest of this file uses the format that Louis suggested, so for this one I'd update as he suggested. We can do a rename PR once we have decided the convention
https://github.com/llvm/llvm-project/pull/193573
More information about the libcxx-commits
mailing list