llvm-project
3ae428ff - [libc++][NFC] Rename the template parameter of __make_transparent (#186435)

Commit
45 days ago
[libc++][NFC] Rename the template parameter of __make_transparent (#186435) Renaming from _Tp to _ArgumentType makes it clearer that we're passing the argument type intended for the comparator, which allows checking whether *that specific use* of the comparator would be transparent. Fixes #186396
Author
Parents
Loading