xo-arena xo-facet xo-alloc2: build restored
This commit is contained in:
parent
3b2a384ab6
commit
8d500231f2
2 changed files with 11 additions and 1 deletions
|
|
@ -18,11 +18,17 @@ namespace xo {
|
|||
auto
|
||||
IPrintable_DList::pretty(const DList & self, const ppindentinfo & ppii) -> bool
|
||||
{
|
||||
(void)self;
|
||||
(void)ppii;
|
||||
|
||||
return false;
|
||||
#ifdef NOT_YET
|
||||
return self.pretty(ppii);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end IPrintable_DList.cpp */
|
||||
/* end IPrintable_DList.cpp */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue