From d9ae2767fc273876c8c13e7e23ee7cd23e141f5c Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 15 Feb 2026 16:16:02 -0500 Subject: [PATCH] xo-reader2 stack: streamline + mem sizing + bugfixes --- include/xo/alloc2/dp.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/xo/alloc2/dp.hpp b/include/xo/alloc2/dp.hpp index 6c768ce..266f42d 100644 --- a/include/xo/alloc2/dp.hpp +++ b/include/xo/alloc2/dp.hpp @@ -61,6 +61,8 @@ namespace xo { dp & operator=(dp && x) { ptr_ = x.ptr_; x.ptr_ = nullptr; + + return *this; } // --------------------------------