default initialize

This commit is contained in:
Vighnesh 2024-10-11 15:05:31 -07:00
parent 68b9214b03
commit 507832b1f0

View file

@ -158,8 +158,8 @@ struct DifferEnvironment
{ {
TypeId rootLeft; TypeId rootLeft;
TypeId rootRight; TypeId rootRight;
std::optional<std::string> externalSymbolLeft; std::optional<std::string> externalSymbolLeft = std::nullopt;
std::optional<std::string> externalSymbolRight; std::optional<std::string> externalSymbolRight = std::nullopt;
DenseHashMap<TypeId, TypeId> genericMatchedPairs; DenseHashMap<TypeId, TypeId> genericMatchedPairs;
DenseHashMap<TypePackId, TypePackId> genericTpMatchedPairs; DenseHashMap<TypePackId, TypePackId> genericTpMatchedPairs;