xo-alloc/xo-ordinaltree: refactor rbtree Node alloc
progress toward careful gc-aware assignment
This commit is contained in:
parent
676a9d0d62
commit
bd0b1b1f71
2 changed files with 10 additions and 1 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