xo-alloc/xo-ordinaltree: refactor rbtree Node alloc
progress toward careful gc-aware assignment
This commit is contained in:
parent
451425af87
commit
5542fdea8b
6 changed files with 63 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue