Skip to content

Commit 871145f

Browse files
committed
Remove stream from phobos
did went through the deprecation cycle and is scheduled to be remove Oct 2016 forgot some places another tiny fix fixing win32/64 I hope another unittest file removed
1 parent b97f005 commit 871145f

File tree

8 files changed

+4
-3745
lines changed

8 files changed

+4
-3745
lines changed

index.d

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,7 @@ $(COMMENT
504504
)
505505
$(TR
506506
$(TDNW
507-
$(LINK2 std_cstream.html, std.cstream)$(BR)
508507
$(LINK2 std_mmfile.html, std.mmfile)$(BR)
509-
$(LINK2 std_socketstream.html, std.socketstream)$(BR)
510-
$(LINK2 std_stream.html, std.stream)$(BR)
511508
$(LINK2 std_typetuple.html, std.typetuple)$(BR)
512509
)
513510
$(TD

posix.mak

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ STD_PACKAGES = std $(addprefix std/,\
169169
# Modules broken down per package
170170

171171
PACKAGE_std = array ascii base64 bigint bitmanip compiler complex concurrency \
172-
conv cstream csv datetime demangle encoding exception file format \
172+
conv csv datetime demangle encoding exception file format \
173173
functional getopt json math mathspecial meta mmfile numeric \
174-
outbuffer parallelism path process random signals socket socketstream stdint \
175-
stdio stdiobase stream string system traits typecons typetuple uni \
174+
outbuffer parallelism path process random signals socket stdint \
175+
stdio stdiobase string system traits typecons typetuple uni \
176176
uri utf uuid variant xml zip zlib
177177
PACKAGE_std_experimental = typecons
178178
PACKAGE_std_algorithm = comparison iteration mutation package searching setops \

std/cstream.d

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)