phobos/lib/sys/package.d
Jonathan M Davis 111901d874
Remove lib.sys.stdint. (#8926)
We really don't want to be publicly importing a bunch of C types as part
of Phobos. It may make sense in some specific cases but not like this.
If anything, std.stdint should have been gone years ago, but I guess
that it got missed when we purged std.c, since it wasn't under std.c.
2024-02-28 22:24:26 -08:00

4 lines
79 B
D

module lib.sys;
public import lib.sys.compiler;
public import lib.sys.system;