[libcxx-commits] [libcxx] [libc++] Fix naming of value template parameters (PR #76888)
Christopher Di Bella via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 10 11:26:16 PST 2024
================
@@ -228,15 +228,15 @@ _LIBCPP_HIDE_FROM_ABI void __store_basic_format_arg(basic_format_arg<_Context>*
([&] { *__data++ = __format::__create_format_arg<_Context>(__args); }(), ...);
}
-template <class _Context, size_t N>
----------------
cjdb wrote:
Conversely, I don't see a compelling reason to stick to what's in the standard.
https://github.com/llvm/llvm-project/pull/76888
More information about the libcxx-commits
mailing list