File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1420,7 +1420,6 @@ static void resolveClassNestingRelations()
14201420 if (cd && visitedClasses.find (icd.get ())==visitedClasses.end ())
14211421 {
14221422 QCString name = stripAnonymousNamespaceScope (cd->name ());
1423- // printf("processing unresolved=%s, iteration=%d\n",qPrint(cd->name()),iteration);
14241423 // / create the scope artificially
14251424 // anyway, so we can at least relate scopes properly.
14261425 Definition *d = buildScopeFromQualifiedName (name,cd->getLanguage (),nullptr );
@@ -1436,8 +1435,8 @@ static void resolveClassNestingRelations()
14361435 }
14371436 cd->setOuterScope (d);
14381437 warn (cd->getDefFileName (),cd->getDefLine (),
1439- " Internal inconsistency : scope for class {} not "
1440- " found! " ,name
1438+ " Incomplete input : scope for class {} not found!{} " ,name,
1439+ name. startsWith ( " std:: " ) ? " Try enabling BUILTIN_STL_SUPPORT. " : " "
14411440 );
14421441 }
14431442 }
You can’t perform that action at this time.
0 commit comments