mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 05:00:35 +03:00
Remove modules crc32 and std.md5 which had been deprecated by 6ff6adc5bf
This commit is contained in:
parent
d42aa86717
commit
ecbc04f90d
6 changed files with 7 additions and 578 deletions
|
@ -28,7 +28,6 @@ public import std.format;
|
|||
public import std.getopt;
|
||||
public import std.math;
|
||||
public import std.mathspecial;
|
||||
public import std.md5;
|
||||
public import std.metastrings;
|
||||
public import std.mmfile;
|
||||
public import std.outbuffer;
|
||||
|
@ -92,9 +91,6 @@ else
|
|||
std.zlib.adler32(0,null); // D.zlib
|
||||
auto t = task!cmp("foo", "bar"); // parallelism
|
||||
|
||||
ubyte[16] buf;
|
||||
std.md5.sum(buf,"");
|
||||
|
||||
creal c = 3.0 + 4.0i;
|
||||
c = sqrt(c);
|
||||
assert(c.re == 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue