fix linux build issue?

This commit is contained in:
greg
2022-01-22 21:30:05 -05:00
parent 43c4c86479
commit a094d12854
+2
View File
@@ -11,6 +11,8 @@ namespace {
struct Entry
{
Entry(int k, int v=0) : key(k), value(v) {}
bool operator==(const Entry &o) const
{
return key == o.key; // not checking value