We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8743fa commit d605d56Copy full SHA for d605d56
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