diff --git a/src/beast/beast/container/detail/aged_unordered_container.h b/src/beast/beast/container/detail/aged_unordered_container.h index c4bd8dfec..095462dea 100644 --- a/src/beast/beast/container/detail/aged_unordered_container.h +++ b/src/beast/beast/container/detail/aged_unordered_container.h @@ -1779,7 +1779,7 @@ aged_unordered_container :: aged_unordered_container (aged_unordered_container&& other) : m_config (std::move (other.m_config)) - , m_buck (m_config.alloc()) + , m_buck (std::move (other.m_buck)) , m_cont (std::move (other.m_cont)) { chronological.list = std::move (other.chronological.list);