issue #65 - small cleanup in previous checkin - remove useless typename keyword

This commit is contained in:
greg
2020-10-02 14:46:19 -04:00
parent 7c346be97b
commit b004de56a9
+1 -1
View File
@@ -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;