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 9362d72 commit 2761377Copy full SHA for 2761377
src/pygccxml/declarations/scopedef.py
@@ -90,7 +90,7 @@ def get_single(decl_matcher, decls, recursive=True):
90
raise runtime_errors.declaration_not_found_t(decl_matcher)
91
else:
92
for x in answer:
93
- print("DEBUG", type(x), x, x.name)
+ print("DEBUG", type(x), x, x.name, id(x))
94
raise runtime_errors.multiple_declarations_found_t(decl_matcher)
95
96
0 commit comments