File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -219,13 +219,12 @@ static exprt int_of_hex_char(const exprt &chr)
219
219
220
220
// / Add axioms stating that the string `res` corresponds to the integer
221
221
// / argument written in hexadecimal.
222
- // / \deprecated use add_axioms_from_int which takes a radix argument instead
222
+ // / \deprecated use add_axioms_from_int_with_radix instead
223
223
// / \param fresh_symbol: generator of fresh symbols
224
224
// / \param res: string expression for the result
225
225
// / \param i: an integer argument
226
226
// / \return code 0 on success
227
- DEPRECATED (
228
- " use add_axioms_for_string_of_int which takes a radix argument instead" )
227
+ DEPRECATED (" use add_axioms_for_string_of_int_with_radix instead" )
229
228
std::pair<exprt, string_constraintst> add_axioms_from_int_hex(
230
229
symbol_generatort &fresh_symbol,
231
230
const array_string_exprt &res,
You can’t perform that action at this time.
0 commit comments