[phobos] phobos commit, revision 2362
Andrei Alexandrescu
andrei at erdani.com
Sat Jan 22 08:30:14 PST 2011
On 1/22/11 9:49 CST, dsource.org wrote:
> phobos commit, revision 2362
>
>
> user: jmdavis
>
> msg:
> More documentation fixes.
>
> http://www.dsource.org/projects/phobos/changeset/2362
>
> paths changed:
> U trunk/phobos/std/datetime.d
A nicer idiom instead of aliasing to void* is to define those as structs
without ever defining them:
struct SYSTEMTIME;
struct FILETIME;
Andrei
More information about the phobos
mailing list