From df5e2c3acac87fe19c1e5af4fd77762820e3faeb Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Sun, 19 Feb 2023 21:16:27 -0800 Subject: [PATCH] Remove extraneous commented out code from foa --- include/boost/unordered/detail/foa.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 85c0b092..60c20436 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -926,7 +926,6 @@ struct table_arrays template static table_arrays new_(Allocator& al,std::size_t n) { - // using alloc_traits=boost::allocator_traits; using storage_allocator= typename boost::allocator_rebind::type; using storage_traits=boost::allocator_traits;