We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb59ab commit 04565b4Copy full SHA for 04565b4
src/util/arith_tools.h
@@ -26,8 +26,6 @@ DEPRECATED("Use the constant_exprt version instead")
26
bool to_integer(const exprt &expr, mp_integer &int_value);
27
28
// returns 'true' on error
29
-/// \deprecated: use numeric_cast<mp_integer> instead
30
-DEPRECATED("Use numeric_cast<mp_integer> instead")
31
bool to_integer(const constant_exprt &expr, mp_integer &int_value);
32
33
0 commit comments