From e563c89b1c318a5ed76644a08b7591bf15f9f99f Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Mon, 24 Jul 2023 13:07:59 -0700 Subject: [PATCH] Remove extraneous typename --- include/boost/unordered/detail/foa/table.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }