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

Commit bd2ea42

Browse files
authored
Merge pull request #2175 from TurkeyMan/nullptr_t
nullptr_t not defined. merged-on-behalf-of: Jonathan M Davis <jmdavis@users.noreply.github.com>
2 parents e6c797d + a77094e commit bd2ea42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/stdc/stddef.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ extern (C):
1919
nothrow:
2020
@nogc:
2121

22+
///
23+
alias nullptr_t = typeof(null);
24+
2225
// size_t and ptrdiff_t are defined in the object module.
2326

2427
version( Windows )

0 commit comments

Comments
 (0)