Skip to content

Commit 06b056f

Browse files
committed
controller.front_end_ptr misspelled
1 parent 83813ec commit 06b056f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/fast_io_dsal/impl/deque.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ class deque FAST_IO_TRIVIALLY_RELOCATABLE_IF_ELIGIBLE
12821282
auto dq_back_backup{this->controller.back_block};
12831283
this->controller.back_block = this->controller.front_block;
12841284
auto dq_back_end_ptr_backup{controller.back_end_ptr};
1285-
controller.back_end_ptr = controller.back_begin_ptr;
1285+
controller.back_end_ptr = controller.front_end_ptr;
12861286

12871287
auto front_controller_ptr{controller.front_block.controller_ptr};
12881288
auto back_controller_ptr{controller.back_block.controller_ptr};

0 commit comments

Comments
 (0)