xo-reader2 stack: streamline + mem sizing + bugfixes
This commit is contained in:
parent
9a9727ff98
commit
d9ae2767fc
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ namespace xo {
|
|||
dp<DRepr> & operator=(dp<DRepr> && x) {
|
||||
ptr_ = x.ptr_;
|
||||
x.ptr_ = nullptr;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
// --------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue