From 99ad45ed77912fad822bf455ce289f029d4f17d5 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 20 Oct 2022 20:02:55 +0200 Subject: [PATCH] removed spurious consts --- include/boost/unordered/detail/foa.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 903d3c78..3e0399b1 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1094,10 +1094,10 @@ private: T, typename std::conditional< std::is_convertible::value, - const init_type, + init_type, typename std::conditional< std::is_convertible::value, - const value_type, + value_type, typename std::conditional< std::is_convertible::value, const init_type&,