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
|
|
@ -96,6 +96,8 @@ namespace xo {
|
|||
virtual std::size_t _forward_children(gc::IAlloc * gc) = 0;
|
||||
};
|
||||
|
||||
static_assert(std::is_destructible_v<IObject>, "IObject must be destructible");
|
||||
|
||||
/** @class Cpof
|
||||
* @brief argument to operator new used for garbage collector evacuation phase
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue