xo-alloc: provide default Object::display() method
So we can remove from FallbackObjectInterface and IObject
This commit is contained in:
parent
5542fdea8b
commit
7cab92e128
1 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,12 @@ namespace xo {
|
|||
return TaggedPtr::universal_null();
|
||||
}
|
||||
|
||||
void
|
||||
Object::display(std::ostream & os) const
|
||||
{
|
||||
os << "<Object>";
|
||||
}
|
||||
|
||||
IObject *
|
||||
Object::_forward(IObject * src,
|
||||
gc::IAlloc * gc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue