Skip to content

Commit 10ffbb7

Browse files
authored
Merge pull request doxygen#12003 from albert-github/feature/issue_11985
Issue doxygen#11985 C++20 function signature with different requirements considered the same from doxygen 1.16.1
2 parents 368640b + 20d3291 commit 10ffbb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/doxygen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5954,7 +5954,7 @@ static bool findGlobalMember(const Entry *root,
59545954
{
59555955
//printf("Comparing return types '%s'<->'%s'\n",
59565956
// md->typeString(),type);
5957-
printf("%s: Comparing '%s'<=>'%s'\n",qPrint(md->name()),qPrint(md->requiresClause()),qPrint(root->req));
5957+
//printf("%s: Comparing '%s'<=>'%s'\n",qPrint(md->name()),qPrint(md->requiresClause()),qPrint(root->req));
59585958
if (md->templateArguments().size()!=root->tArgLists.back().size() ||
59595959
md->typeString()!=type ||
59605960
md->requiresClause()!=root->req)

0 commit comments

Comments
 (0)