xo-interpreter2 stack: work on runtime error representation [WIP]
This commit is contained in:
parent
83156ef2d0
commit
ce5232efd9
18 changed files with 524 additions and 27 deletions
|
|
@ -148,6 +148,8 @@ namespace xo {
|
|||
}
|
||||
}
|
||||
|
||||
// ----- GCObject facet ------
|
||||
|
||||
auto
|
||||
DList::shallow_size() const noexcept -> size_type
|
||||
{
|
||||
|
|
@ -175,7 +177,7 @@ namespace xo {
|
|||
auto iface = xo::facet::impl_for<AGCObject,DList>();
|
||||
gc.forward_inplace(&iface, (void **)(&rest_));
|
||||
|
||||
return shallow_size();
|
||||
return this->shallow_size();
|
||||
}
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue