mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
Removed the deprecated std.date.
Also removed std.datebase, std.dateparse, and std.gregorian.
This commit is contained in:
parent
7a2da1a489
commit
95b3fb81ad
8 changed files with 13 additions and 2535 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue