Correct NameHashSet::add() return type
This commit is contained in:
parent
c5f6e26802
commit
6620aa97a8
|
@ -120,7 +120,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename U>
|
template <typename U>
|
||||||
void add(Insert &i, U &&value)
|
bool add(Insert &i, U &&value)
|
||||||
{
|
{
|
||||||
return table_.add(i, ke::Forward<U>(value));
|
return table_.add(i, ke::Forward<U>(value));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user