mirror of
https://github.com/dlang/phobos.git
synced 2025-05-12 23:29:01 +03:00
Move internal stuff to std.algorithm.internal
This commit is contained in:
parent
492ab0df90
commit
b55c07c63a
11 changed files with 103 additions and 95 deletions
|
@ -231,7 +231,8 @@ EXTRA_MODULES += $(EXTRA_DOCUMENTABLES) $(addprefix \
|
|||
gammafunction errorfunction) $(addprefix std/internal/, \
|
||||
cstring processinit unicode_tables scopebuffer\
|
||||
unicode_comp unicode_decomp unicode_grapheme unicode_norm) \
|
||||
$(addprefix std/internal/test/, dummyrange)
|
||||
$(addprefix std/internal/test/, dummyrange) \
|
||||
$(addprefix std/algorithm/, internal)
|
||||
|
||||
# Aggregate all D modules relevant to this build
|
||||
D_MODULES = $(STD_MODULES) $(EXTRA_MODULES) $(STD_NET_MODULES) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue