mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Merge pull request #8771 from WalterBright/stdio-version
std.stdio: add default case
This commit is contained in:
commit
e411f326c1
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ else version (Solaris)
|
||||||
{
|
{
|
||||||
version = GENERIC_IO;
|
version = GENERIC_IO;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
static assert(0, "unsupported operating system");
|
||||||
|
}
|
||||||
|
|
||||||
// Character type used for operating system filesystem APIs
|
// Character type used for operating system filesystem APIs
|
||||||
version (Windows)
|
version (Windows)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue