Skip to content

Commit

Permalink
Merge pull request #1002 from burner/remove_stream_from_index
Browse files Browse the repository at this point in the history
remove stream from the index
  • Loading branch information
DmitryOlshansky committed Jun 9, 2015
2 parents 9746944 + 965b64e commit 4f25e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -35,7 +35,7 @@ STABLE_DMD_CONF=$(STABLE_DMD).conf
# exclude lists
MOD_EXCLUDES_PRERELEASE=$(addprefix --ex=, gc. rt. core.internal. core.stdc.config core.sys. \
std.c. std.algorithm.internal std.internal. std.regex.internal. std.typelist \
std.windows. etc.linux.memoryerror)
std.windows. etc.linux.memoryerror std.stream std.cstream std.socketstream)

MOD_EXCLUDES_RELEASE=$(MOD_EXCLUDES_PRERELEASE) --ex=core.stdc.

Expand Down
3 changes: 2 additions & 1 deletion win32.mak
Expand Up @@ -63,7 +63,8 @@ TARGETS=cpptod.html ctod.html pretod.html cppcontracts.html index.html overview.
# exclude list
MOD_EXCLUDES_RELEASE=--ex=gc. --ex=rt. --ex=core.internal. --ex=core.stdc.config --ex=core.sys. \
--ex=std.c. --ex=std.algorithm.internal --ex=std.internal. --ex=std.regex.internal. \
--ex=std.typelist --ex=std.windows. --ex=etc.linux.memoryerror --ex=core.stdc.
--ex=std.typelist --ex=std.windows. --ex=etc.linux.memoryerror \
--ex=core.stdc. --ex=std.stream --ex=std.cstream --ex=socketstream

CHMTARGETS=d.hhp d.hhc d.hhk d.chm

Expand Down

0 comments on commit 4f25e7e

Please sign in to comment.