summaryrefslogtreecommitdiff
path: root/asl/containers/hash_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/containers/hash_map.hpp')
-rw-r--r--asl/containers/hash_map.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/containers/hash_map.hpp b/asl/containers/hash_map.hpp
index cf2f0b2..8c201a9 100644
--- a/asl/containers/hash_map.hpp
+++ b/asl/containers/hash_map.hpp
@@ -96,6 +96,8 @@ public:
using Base::size;
+ using Base::is_empty;
+
using Base::remove;
using Base::contains;