commit | d33f7cc36e7fb5f53452febb28cb3189d3290fb8 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Mar 25 13:25:39 2025 -0600 |
committer | Tom Tromey <tom@tromey.com> | Tue Apr 01 07:30:10 2025 -0600 |
tree | 209c970d320abf03dd016bdc55570465815dff7f | |
parent | 23ad2598a6b92643417b7a94da54aebb62469423 [diff] |
Add addrmap_mutable::clear It was convenient to add a 'clear' method to addrmap_mutable. The cleanest way to do this was to change the class to lazily initialize its 'tree' member. This also makes addrmap_mutable::operator= a bit less weird. Approved-By: Simon Marchi <simon.marchi@efficios.com>