We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80d01c commit 97bb15aCopy full SHA for 97bb15a
1 file changed
include/fast_io_dsal/impl/deque.h
@@ -1091,7 +1091,7 @@ class deque FAST_IO_TRIVIALLY_RELOCATABLE_IF_ELIGIBLE
1091
}
1092
::fast_io::freestanding::uninitialized_default_construct(lastblockbegin, dq_back_backup.curr_ptr);
1093
this->controller.back_block = dq_back_backup;
1094
- des.thisdeq = nullptr;
+ des.thiscontroller = nullptr;
1095
1096
1097
public:
@@ -1185,7 +1185,7 @@ class deque FAST_IO_TRIVIALLY_RELOCATABLE_IF_ELIGIBLE
1185
this->push_back(*first);
1186
1187
1188
1189
1190
1191
template <bool iszeroconstr>
0 commit comments