Index: uspace/lib/cpp/include/impl/deque.hpp
===================================================================
--- uspace/lib/cpp/include/impl/deque.hpp	(revision 39e468f67cab8c07490f25d8270634716cee75fb)
+++ uspace/lib/cpp/include/impl/deque.hpp	(revision 3f7031a1067dd816ed4094f482088707bfca6f92)
@@ -402,5 +402,5 @@
                 : allocator_{move(other.allocator_)},
                   front_bucket_idx_{other.front_bucket_idx_},
-                  back_bucket_idx_{other.front_bucket_idx_},
+                  back_bucket_idx_{other.back_bucket_idx_},
                   front_bucket_{other.front_bucket_},
                   back_bucket_{other.back_bucket_},
