xo-ordinaltree: start work on gc-aware Key,Value in rbtree
This commit is contained in:
parent
39a9dc725c
commit
89ce7f7962
2 changed files with 4 additions and 2 deletions
|
|
@ -36,8 +36,9 @@ namespace xo {
|
|||
**/
|
||||
template <typename T>
|
||||
class ObjectVisitor {
|
||||
void forward_children(T & target,
|
||||
IAlloc * gc) { (void)target; (void)gc; }
|
||||
// public:
|
||||
// void forward_children(T & target,
|
||||
// IAlloc * gc) { (void)target; (void)gc; }
|
||||
};
|
||||
|
||||
#define XO_TRIVIAL_OBJECT_VISITOR(TYPE) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue