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 12a71d1 commit 6ffc37cCopy full SHA for 6ffc37c
src/cpp/cpp_declarator_converter.cpp
@@ -356,9 +356,6 @@ void cpp_declarator_convertert::handle_initializer(
356
// no initial value yet
357
symbol.value.swap(value);
358
359
- if(is_code && declarator.type().id()!=ID_template)
360
- cpp_typecheck.add_method_body(&symbol);
361
-
362
if(!is_code)
363
cpp_typecheck.convert_initializer(symbol);
364
}
0 commit comments