[libcxx-commits] [libcxx] [libc++] Fix naming of value template parameters (PR #76888)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 10 10:45:50 PST 2024


ldionne wrote:

I have to agree with @mordante here, template parameters are always uppercase in libc++. We haven't been making a distinction whether the template parameter denotes a type or a value, and I don't think we should start naming them differently.

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


More information about the libcxx-commits mailing list