Skip to content

Commit

Permalink
fix Issue 6402 - Note on @Property in spec needs updating
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 21, 2012
1 parent c69c19b commit 4e4d7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions property.dd
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ int test() {
methods with multiple parameters,) have their address taken, etc.
)

$(P $(B Note:) Properties currently cannot be the lvalue of an
$(I op)=, ++, or -- operator.
$(P $(B Note:) Properties can be the lvalue of an
$(I op)=, ++, or -- operator if they return a ref.
)

$(P The built in properties $(CODE .sizeof), $(CODE .alignof), and $(CODE .mangleof)
Expand Down

0 comments on commit 4e4d7cc

Please sign in to comment.