[libcxx-commits] [libcxx] [libc++] Fix constant_wrapper::operator() (PR #193573)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 25 01:38:38 PDT 2026


================
@@ -276,62 +278,58 @@ struct __cw_operators {
   }
 };
 
+template <const auto& __callbale, class... _Args>
----------------
philnik777 wrote:

I want to note that we aren't consistent about this in the code base and haven't selected either spelling as the go-to (and FWIW I'd be in favour of `__callable` for NTTPs).

https://github.com/llvm/llvm-project/pull/193573


More information about the libcxx-commits mailing list