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.
2 parents 9ca5314 + ce6296a commit 0f1594aCopy full SHA for 0f1594a
spec/declaration.dd
@@ -325,7 +325,7 @@ $(H3 $(LNAME2 alias, Alias Declarations))
325
$(GRAMMAR
326
$(GNAME AliasDeclaration):
327
$(D alias) $(GLINK StorageClasses)$(OPT) $(GLINK BasicType) $(GLINK Declarators) $(D ;)
328
- $(D alias) $(GLINK StorageClasses)$(OPT) $(GLINK BasicType) $(GLINK FuncDeclarator) $(D ;)
+ $(D alias) $(GLINK StorageClasses)$(OPT) $(GLINK BasicType) $(GLINK2 function, FuncDeclarator) $(D ;)
329
$(D alias) $(I AliasDeclarationX) $(D ;)
330
331
$(GNAME AliasDeclarationX):
0 commit comments