xo-expression2: + DUniqueString, use in StringTable

This commit is contained in:
Roland Conybeare 2026-01-16 13:05:58 -05:00
commit c817f01987

View file

@ -338,7 +338,7 @@ namespace xo {
if (!this->contains(role::from_space(), from_src)) {
/* presumeably memory not owned by collector
* (e.g. Boolean {true, false})
* (e.g. DBoolean {true, false}, DUniqueString {owned by StringTable} etc.)
*/
return from_src;
}