We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62ec461 + d605d56 commit 2bf4097Copy full SHA for 2bf4097
src/goto-instrument/accelerate/overflow_instrumenter.h
@@ -58,7 +58,7 @@ class overflow_instrumentert
58
const exprt &overflow_var;
59
60
namespacet ns;
61
- std::set<int> checked;
+ std::set<unsigned> checked;
62
};
63
64
#endif // CPROVER_GOTO_INSTRUMENT_ACCELERATE_OVERFLOW_INSTRUMENTER_H
0 commit comments