Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2175 from TurkeyMan/nullptr_t
Browse files Browse the repository at this point in the history
nullptr_t not defined.
merged-on-behalf-of: Jonathan M Davis <jmdavis@users.noreply.github.com>
  • Loading branch information
dlang-bot committed May 8, 2018
2 parents e6c797d + a77094e commit bd2ea42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/stdc/stddef.d
Expand Up @@ -19,6 +19,9 @@ extern (C):
nothrow:
@nogc:

///
alias nullptr_t = typeof(null);

// size_t and ptrdiff_t are defined in the object module.

version( Windows )
Expand Down

0 comments on commit bd2ea42

Please sign in to comment.