Changeset - r28368:dfbb78c2543f
master
0
5
0
Codechange: Use vector/unique_ptr inside widget containers.
This replaces a C-style double-linked-list which required all widgets
to have next/prev pointers, and removes the need for manual pointer management.
This replaces a C-style double-linked-list which required all widgets
to have next/prev pointers, and removes the need for manual pointer management.
5 files changed with 99 insertions and 136 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)