From fc5c8c3669ec207f7484b0bd3b2bf0aba7fe9324 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 14 Oct 2022 13:40:56 +0200 Subject: [PATCH] removed unused typedef --- include/boost/unordered/detail/foa.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index f81517de..5c448cf9 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -877,8 +877,6 @@ public: private: static constexpr bool has_mutable_iterator= !std::is_same::value; - static constexpr bool has_different_init_type= - !std::is_same::value; public: using hasher=Hash;