diff --git a/public/sm_namehashset.h b/public/sm_namehashset.h index 7fe4353b..34759444 100644 --- a/public/sm_namehashset.h +++ b/public/sm_namehashset.h @@ -120,7 +120,7 @@ public: } template - void add(Insert &i, U &&value) + bool add(Insert &i, U &&value) { return table_.add(i, ke::Forward(value)); }