mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
issue #65 - small cleanup in previous checkin - remove useless typename keyword
This commit is contained in:
Vendored
+1
-1
@@ -2855,7 +2855,7 @@ class node_handle<Policy, PolicyTraits, Alloc,
|
||||
phmap::void_t<typename Policy::mapped_type>>
|
||||
: public node_handle_base<PolicyTraits, Alloc>
|
||||
{
|
||||
using Base = typename node_handle_base;
|
||||
using Base = node_handle_base;
|
||||
|
||||
public:
|
||||
using key_type = typename Policy::key_type;
|
||||
|
||||
Reference in New Issue
Block a user