From c817f0198783dee18da8d7f73fbe5ff523baadf4 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 16 Jan 2026 13:05:58 -0500 Subject: [PATCH] xo-expression2: + DUniqueString, use in StringTable --- src/gc/DX1Collector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gc/DX1Collector.cpp b/src/gc/DX1Collector.cpp index e5f951f..263e5b8 100644 --- a/src/gc/DX1Collector.cpp +++ b/src/gc/DX1Collector.cpp @@ -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; }