mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
removed unused typedef
This commit is contained in:
@ -877,8 +877,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
static constexpr bool has_mutable_iterator=
|
static constexpr bool has_mutable_iterator=
|
||||||
!std::is_same<key_type,value_type>::value;
|
!std::is_same<key_type,value_type>::value;
|
||||||
static constexpr bool has_different_init_type=
|
|
||||||
!std::is_same<init_type,value_type>::value;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
using hasher=Hash;
|
using hasher=Hash;
|
||||||
|
Reference in New Issue
Block a user