diff --git a/include/boost/unordered/detail/foa/table.hpp b/include/boost/unordered/detail/foa/table.hpp index 7c462d01..6cc11ed8 100644 --- a/include/boost/unordered/detail/foa/table.hpp +++ b/include/boost/unordered/detail/foa/table.hpp @@ -517,7 +517,7 @@ private: size_ctrl_type{ x.size_ctrl.ml,x.size_ctrl.size}} { - typename compatible_concurrent_table::arrays_type::delete_group_access( + compatible_concurrent_table::arrays_type::delete_group_access( this->al(),x.arrays); x.empty_initialize(); }