xo-interpreter2 stack: streamline op== impl + utests
This commit is contained in:
parent
4cab102ff2
commit
788363dd4c
20 changed files with 302 additions and 21 deletions
|
|
@ -24,7 +24,7 @@ namespace xo {
|
|||
bool
|
||||
DBoolean::pretty(const ppindentinfo & ppii) const
|
||||
{
|
||||
return ppdetail_atomic<bool>::print_pretty
|
||||
return ppdetail_atomic<const char *>::print_pretty
|
||||
(ppii,
|
||||
(value_ ? "true" : "false"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue