Skip to content

Commit

Permalink
Fix postblit grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Jun 3, 2013
1 parent 9dc5678 commit d55b5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct.dd
Expand Up @@ -403,7 +403,7 @@ $(SECTION3 $(LNAME2 StructPostblit, Struct Postblits),

$(GRAMMAR
$(GNAME StructPostblit):
$(B this(this)) $(GLINK2 function, FunctionBody)
$(B this(this)) $(GLINK2 declaration, MemberFunctionAttributes)$(OPT) $(GLINK2 function, FunctionBody)
)

$(P $(I Copy construction) is defined as initializing
Expand Down

0 comments on commit d55b5d3

Please sign in to comment.