Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deprecate.dd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(SPEC_S Deprecated Features,
$(TROW $(DEPLINK Class allocators and deallocators), future,  ,  ,  )
$(TROW $(DEPLINK Implicit comparison of different enums), 2.075, 2.075,  ,  )
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072,  ,  )
$(TROW $(DEPLINK Using the result of a comma expression), 2.072, 2.072,  ,  )
$(TROW $(DEPLINK Using the result of a comma expression), 2.072, 2.072, 2.079,  )
$(TROW $(DEPLINK delete), future,  ,  ,  )
$(TROW $(DEPLINK scope for allocating classes on the stack), future,  ,  ,  )
$(TROW $(DEPLINK Imaginary and complex types), future,  ,  ,  )
Expand Down
4 changes: 2 additions & 2 deletions spec/expression.dd
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ $(GNAME CommaExpression):

$(P The left operand of the $(D ,) is evaluated, then the right operand
is evaluated. The type of the expression is the type of the right
operand, and the result is the result of the right operand. Using
the result is deprecated.
operand, and the result is the result of the right operand.
Using the result of comma expressions isn't allowed.
)

$(H2 $(LNAME2 assign_expressions, Assign Expressions))
Expand Down