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

Commit a77094e

Browse files
committed
nullptr_t not defined.
1 parent e62ced3 commit a77094e

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)