Skip to content

Commit

Permalink
Merge pull request #1179 from 9il/patch-1
Browse files Browse the repository at this point in the history
[2.070] exclude std.experimental.ndslice.internal
  • Loading branch information
jmdavis committed Jan 3, 2016
2 parents 8566711 + f3e47b6 commit ff62cbd
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 @@ -38,7 +38,7 @@ STABLE_RDMD=$(STABLE_DMD_ROOT)/dmd2/$(OS)/$(if $(filter $(OS),osx),bin,bin$(MODE
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.stream std.cstream std.socketstream \
std.metastrings)
std.metastrings std.experimental.ndslice.internal)

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

Expand Down
3 changes: 2 additions & 1 deletion win32.mak
Expand Up @@ -140,7 +140,8 @@ TARGETS= $(SPECTARGETS) cpptod.html ctod.html pretod.html cppcontracts.html inde
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.stream --ex=std.cstream --ex=socketstream
--ex=core.stdc. --ex=std.stream --ex=std.cstream --ex=socketstream \
--ex=std.experimental.ndslice.internal

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

Expand Down

0 comments on commit ff62cbd

Please sign in to comment.