We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466a7e3 commit a78db8cCopy full SHA for a78db8c
src/goto-programs/remove_const_function_pointers.cpp
@@ -127,7 +127,7 @@ exprt remove_const_function_pointerst::resolve_symbol(
127
bool remove_const_function_pointerst::try_resolve_function_call(
128
const exprt &expr, functionst &out_functions)
129
{
130
- assert(out_functions.empty());
+ PRECONDITION(out_functions.empty());
131
const exprt &simplified_expr=simplify_expr(expr, ns);
132
bool resolved=false;
133
functionst resolved_functions;
0 commit comments