Skip to content

Commit 1dfc99f

Browse files
Update programmemory.h
1 parent 2d6f23e commit 1dfc99f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/programmemory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ struct ExprIdToken {
102102
};
103103

104104
struct CPPCHECKLIB ProgramMemory {
105-
using Map = std::unordered_map<ExprIdToken, ValueFlow::Value, ExprIdToken::Hash>;
105+
using Map = std::map<ExprIdToken, ValueFlow::Value>;
106106

107107
ProgramMemory() : mValues(new Map()) {}
108108

0 commit comments

Comments
 (0)