Skip to content

Commit d163ab3

Browse files
authored
[libc++] Remove a bunch of unnecessary type indirections from __tree (#145295)
Most of the diff is replacing `__parent_pointer` with `__end_node_pointer`. The most interesting diff is that the pointer aliases are now defined directly inside `__tree` instead of a separate traits class.
1 parent c15f422 commit d163ab3

File tree

1 file changed

+88
-120
lines changed

1 file changed

+88
-120
lines changed

0 commit comments

Comments
 (0)