Skip to content

Commit

Permalink
fix Issue 3791 - Reference anonymous nested classes when describing n…
Browse files Browse the repository at this point in the history
…ew expressions
  • Loading branch information
WalterBright committed Jan 23, 2012
1 parent 2b757bd commit d3a36f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expression.dd
Original file line number Diff line number Diff line change
Expand Up @@ -791,8 +791,8 @@ foreach (ref a; bar)

$(P If there is a $(B new $(LPAREN)) $(GLINK ArgumentList) $(B $(RPAREN)),
then
those arguments are passed to the class or struct specific allocator
function after the size argument.
those arguments are passed to the class or struct specific
$(LINK2 class.html#allocators, allocator function) after the size argument.
)

$(P If a $(I NewExpression) is used as an initializer for
Expand Down

0 comments on commit d3a36f1

Please sign in to comment.