xo-reader2 stack: streamline + mem sizing + bugfixes

This commit is contained in:
Roland Conybeare 2026-02-15 16:16:02 -05:00
commit d9ae2767fc

View file

@ -61,6 +61,8 @@ namespace xo {
dp<DRepr> & operator=(dp<DRepr> && x) {
ptr_ = x.ptr_;
x.ptr_ = nullptr;
return *this;
}
// --------------------------------