Update safestl.h

This commit is contained in:
blueloveTH 2022-12-07 18:00:30 +08:00
parent e84a996a1e
commit b3a1cee0b7

View File

@ -52,7 +52,7 @@ public:
return it->second;
}
using emhash8::HashMap<_Str, PyVar>::HashMap;
PyVarDict() : emhash8::HashMap<_Str, PyVar>(5) {}
};