xo-interpreter2 stack: streamline op== impl + utests

This commit is contained in:
Roland Conybeare 2026-02-19 09:03:02 -08:00
commit 039cd657a8
2 changed files with 7 additions and 4 deletions

View file

@ -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"));
}