mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 05:00:35 +03:00
Deprecate crc32 and move it into std.hash.crc32.
This commit is contained in:
parent
1480c79aed
commit
d6c2ef0fb6
6 changed files with 152 additions and 9 deletions
|
@ -18,6 +18,7 @@ public import std.compiler;
|
|||
public import std.concurrency;
|
||||
public import std.conv;
|
||||
public import std.cpuid;
|
||||
public import std.hash.crc32;
|
||||
public import std.cstream;
|
||||
public import std.ctype;
|
||||
public import std.datetime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue