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.
function_may_throw
1 parent 9066460 commit 859ac17Copy full SHA for 859ac17
jbmc/src/java_bytecode/remove_exceptions.cpp
@@ -95,7 +95,7 @@ class remove_exceptionst
95
message_handlert &_message_handler)
96
: symbol_table(_symbol_table),
97
class_hierarchy(_class_hierarchy),
98
- function_may_throw(_function_may_throw),
+ function_may_throw(std::move(_function_may_throw)),
99
remove_added_instanceof(_remove_added_instanceof),
100
message_handler(_message_handler)
101
{
0 commit comments