xo-alloc/xo-ordinaltree: refactor rbtree Node alloc

progress toward careful gc-aware assignment
This commit is contained in:
Roland Conybeare 2025-12-04 21:31:55 -05:00
commit 5542fdea8b
6 changed files with 63 additions and 30 deletions

View file

@ -118,7 +118,7 @@ namespace xo {
/** tagged pointer with runtime type information
**/
virtual TaggedPtr self_tp() const = 0;
virtual TaggedPtr self_tp() const;
/** print on stream @p os **/
virtual void display(std::ostream & os) const = 0;