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
Differential D8140
Fix another -Wunused-local-typedef warning in include/__tree dim on Mar 7 2015, 2:33 PM. Authored by
Details Fix another -Wunused-local-typedef warning in include/__tree. The _Pp
Diff Detail |