xo-alloc2: work on alloc iteration.
This commit is contained in:
parent
85204e9847
commit
d8ed0d6235
17 changed files with 216 additions and 29 deletions
|
|
@ -27,6 +27,14 @@ namespace xo {
|
|||
std::terminate();
|
||||
}
|
||||
|
||||
#ifdef NOPE
|
||||
vt<AAllocIterator>
|
||||
IAllocator_Any::begin(Copaque, DArena &) const noexcept
|
||||
{
|
||||
_fatal();
|
||||
}
|
||||
#endif
|
||||
|
||||
int32_t
|
||||
IAllocator_Any::s_typeseq = typeseq::id<DVariantPlaceholder>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue