From 59aaac571a4aefc2a17287b0a6743b79878b179f Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 14 Mar 2017 10:21:35 +0300 Subject: [PATCH] Added missing typename --- cds/container/split_list_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/container/split_list_set.h b/cds/container/split_list_set.h index f6a7831e..b4af551d 100644 --- a/cds/container/split_list_set.h +++ b/cds/container/split_list_set.h @@ -644,7 +644,7 @@ namespace cds { namespace container { erase_at( Iterator const& iter ) #endif { - return base_class::erase_at( static_cast( iter )); + return base_class::erase_at( static_cast( iter )); } -- 2.34.1