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 53338de commit a6745acCopy full SHA for a6745ac
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