We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04d40a commit 7a8961eCopy full SHA for 7a8961e
src/util/language_file.h
@@ -87,7 +87,7 @@ class language_filest:public messaget
87
88
bool has_lazy_method(const irep_idt &id)
89
{
90
- return lazy_method_map.count(id);
+ return lazy_method_map.count(id)!=0;
91
}
92
93
// The method must have been added to the symbol table and registered
0 commit comments