Removed the deprecated std.date.

Also removed std.datebase, std.dateparse, and std.gregorian.
This commit is contained in:
jmdavis 2012-03-10 15:18:39 -08:00
parent 7a2da1a489
commit 95b3fb81ad
8 changed files with 13 additions and 2535 deletions

View file

@ -22,8 +22,7 @@ public import std.conv;
public import std.cpuid;
public import std.cstream;
public import std.ctype;
public import std.date;
public import std.dateparse;
public import std.datetime;
public import std.demangle;
public import std.file;
public import std.format;
@ -79,7 +78,7 @@ version (all)
int a[];
a.reverse; // adi
a.sort; // qsort
std.date.getUTCtime(); // date
Clock.currTime(); // datetime
Exception e = new ReadException(""); // stream
din.eof(); // cstream
isValidDchar(cast(dchar)0); // utf