Fix another -Wunused-local-typedef warning in include/__tree. The _Pp
typedef in tree<_Tp, _Compare, _Allocator>::count_multi() isn't used
anywhere, so adding _LIBCPP_UNUSED is unecessary.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM