From 80aa7cb15daf2c61a102d4573273f7c622c00ad2cd4097d0f3fdb478848bf118 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 9 Aug 2025 15:17:26 -0400 Subject: [PATCH] Record a note about the last hash-set. --- dw/types.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dw/types.hh b/dw/types.hh index 999d06c..adfd76e 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -266,6 +266,10 @@ struct Content class StackingProcessingContext { private: + // This hash-set "owns" a bunch of entities that are passed to it via raw pointer form. + // But the entities seem to be passed in as `this` from the object itself. + // + // I'm delaying untangling that ownership thicket. lout::container::typed::HashSet > *widgetsProcessedAsInterruption;