removed unused typedef

This commit is contained in:
joaquintides
2022-10-14 13:40:56 +02:00
parent df32d79e8a
commit fc5c8c3669

View File

@ -877,8 +877,6 @@ public:
private:
static constexpr bool has_mutable_iterator=
!std::is_same<key_type,value_type>::value;
static constexpr bool has_different_init_type=
!std::is_same<init_type,value_type>::value;
public:
using hasher=Hash;