deprecate std.stream and friends

This commit is contained in:
Robert burner Schadek 2015-05-28 06:48:28 +02:00
parent a26c6c6b8d
commit 787637debd
5 changed files with 11 additions and 16 deletions

View file

@ -37,7 +37,7 @@
* Macros: WIKI=Phobos/StdSocketstream
*/
module std.socketstream;
deprecated module std.socketstream;
private import std.stream;
private import std.socket;