Skip to content

Commit 04565b4

Browse files
committed
Un-deprecate to_integer(constant_exprt)
The recommended substitute uses this function, removing it is currently impossible.
1 parent feb59ab commit 04565b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/arith_tools.h

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ DEPRECATED("Use the constant_exprt version instead")
2626
bool to_integer(const exprt &expr, mp_integer &int_value);
2727

2828
// returns 'true' on error
29-
/// \deprecated: use numeric_cast<mp_integer> instead
30-
DEPRECATED("Use numeric_cast<mp_integer> instead")
3129
bool to_integer(const constant_exprt &expr, mp_integer &int_value);
3230

3331
// returns 'true' on error

0 commit comments

Comments
 (0)