phobos 0.149

This commit is contained in:
Brad Roberts 2007-09-10 05:11:52 +00:00
parent 110cfd9da7
commit d6ac036aff
24 changed files with 163 additions and 42 deletions

View file

@ -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)