xo-interpreter2 stack: streamline op== impl + utests
This commit is contained in:
parent
b64dee41cb
commit
039cd657a8
2 changed files with 7 additions and 4 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