mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 10:57:16 +02:00
removed unused typedef
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user