Skip to content

Commit

Permalink
fix Issue 3777 - size_t is undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 22, 2012
1 parent c13cc3a commit 66e278a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions type.dd
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,15 @@ dg(3); // call o.member(3)
-------------------
)

$(SECTION2 $(D size_t) And $(D ptrdiff_t),

$(P $(D size_t) is an alias to one of the unsigned integral basic types,
and represents a type that is large enough to represent an offset into
all addressible memory.)

$(P $(D ptrdiff_t) is an alias to the signed basic type the same size as $(D size_t).)
)

)

Macros:
Expand Down

0 comments on commit 66e278a

Please sign in to comment.