Skip to content
Snippets Groups Projects
Unverified Commit af5fe62a authored by Benjamin Cumming's avatar Benjamin Cumming Committed by GitHub
Browse files

Remove `memory::array` from `arb::tree` (#547)

This small refactor simplifies the interface and implementation of the `tree` type.
* use `std::vector` instead of `memory::array` for internal storage in `arb::tree`
* return a `util::range` intstead of a view for `tree::children(int)`
* remove unused functionality for changing the root of a tree.
parent 177cce0d
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment