xo-alloc / xo-object: utest coverage + assorted bugfixes
This commit is contained in:
parent
2048de70f3
commit
bd00826448
34 changed files with 1069 additions and 326 deletions
|
|
@ -80,9 +80,13 @@ namespace xo {
|
|||
gp<List> l = const_cast<List*>(this);
|
||||
|
||||
os << "(";
|
||||
size_t i = 0;
|
||||
while (!l->is_nil()) {
|
||||
if (i > 0)
|
||||
os << " ";
|
||||
os << l->head();
|
||||
l = l->rest();
|
||||
++i;
|
||||
}
|
||||
os << ")";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue