Skip to content

Commit

Permalink
fix Issue 3800 - 'Foreach over Structs and Classes with Ranges' and '…
Browse files Browse the repository at this point in the history
…Invariant Struct' in D2 Spec
  • Loading branch information
WalterBright committed Jan 23, 2012
1 parent d3a36f1 commit baa8b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct.dd
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ $(TR $(TD .offsetof) $(TD Offset in bytes of field from beginning of struct))
)

$(V2
$(SECTION3 <a name="ConstStruct">Const and Invariant Structs</a>,
$(SECTION3 <a name="ConstStruct">Const and Immutable Structs</a>,

$(P A struct declaration can have a storage class of
$(CODE const), $(CODE immutable) or $(CODE shared). It has an equivalent
Expand Down

0 comments on commit baa8b09

Please sign in to comment.