xo-alloc / xo-ordinaltree: + concepts + allocator-aware
This commit is contained in:
parent
fe7edbe192
commit
92d22defe2
2 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ namespace xo {
|
|||
**/
|
||||
template <typename T>
|
||||
class ObjectVisitor {
|
||||
//void forward_children(T & target, IAlloc * gc) { (void)target; (void)gc; }
|
||||
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