Skip to content

Commit

Permalink
Merge pull request #3345 from burner/stream_deprecate_doc_workaround
Browse files Browse the repository at this point in the history
stream deprecation breaks doc building
  • Loading branch information
andralex committed May 29, 2015
2 parents 7e0bef9 + 8924673 commit cc906b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion std/cstream.d
Expand Up @@ -21,7 +21,7 @@
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*/
deprecated module std.cstream;
module std.cstream;

public import core.stdc.stdio;
public import std.stream;
Expand Down
2 changes: 1 addition & 1 deletion std/socketstream.d
Expand Up @@ -37,7 +37,7 @@
* Macros: WIKI=Phobos/StdSocketstream
*/

deprecated module std.socketstream;
module std.socketstream;

private import std.stream;
private import std.socket;
Expand Down
2 changes: 1 addition & 1 deletion std/stream.d
Expand Up @@ -27,7 +27,7 @@
* "as is" without express or implied warranty.
*/

deprecated module std.stream;
module std.stream;


import std.internal.cstring;
Expand Down

0 comments on commit cc906b9

Please sign in to comment.