[libcxx-commits] [libcxx] [libc++] Fix naming of value template parameters (PR #76888)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 4 08:57:34 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>
----------------
mordante wrote:
As mentioned in #76829 we typically name these `_Np`. I don't see a reason to deviate in this case.
https://github.com/llvm/llvm-project/pull/76888
More information about the libcxx-commits
mailing list