Skip to content

Commit 97bb15a

Browse files
committed
run_destroy's member variable renamed but forgot to fix up others. now resubmit
1 parent a80d01c commit 97bb15a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/fast_io_dsal/impl/deque.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ class deque FAST_IO_TRIVIALLY_RELOCATABLE_IF_ELIGIBLE
10911091
}
10921092
::fast_io::freestanding::uninitialized_default_construct(lastblockbegin, dq_back_backup.curr_ptr);
10931093
this->controller.back_block = dq_back_backup;
1094-
des.thisdeq = nullptr;
1094+
des.thiscontroller = nullptr;
10951095
}
10961096

10971097
public:
@@ -1185,7 +1185,7 @@ class deque FAST_IO_TRIVIALLY_RELOCATABLE_IF_ELIGIBLE
11851185
this->push_back(*first);
11861186
}
11871187
}
1188-
des.thisdeq = nullptr;
1188+
des.thiscontroller = nullptr;
11891189
}
11901190

11911191
template <bool iszeroconstr>

0 commit comments

Comments
 (0)