mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 11:07:39 +03:00
phobos 0.149
This commit is contained in:
parent
110cfd9da7
commit
d6ac036aff
24 changed files with 163 additions and 42 deletions
|
@ -3,7 +3,7 @@
|
|||
* It's comparable to C99's vsprintf().
|
||||
*
|
||||
* Macros:
|
||||
* WIKI = StdFormat
|
||||
* WIKI = Phobos/StdFormat
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -38,8 +38,6 @@ private import std.utf;
|
|||
private import std.c.stdlib;
|
||||
private import std.string;
|
||||
|
||||
alias bool bit;
|
||||
|
||||
version (Windows)
|
||||
{
|
||||
version (DigitalMars)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue