mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 11:07:39 +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
|
@ -137,7 +137,7 @@ SRC_STD_4= std\uuid.d $(SRC_STD_DIGEST)
|
|||
SRC_STD_ALGO= std\algorithm\package.d std\algorithm\comparison.d \
|
||||
std\algorithm\iteration.d std\algorithm\mutation.d \
|
||||
std\algorithm\searching.d std\algorithm\setops.d \
|
||||
std\algorithm\sorting.d
|
||||
std\algorithm\sorting.d std\algorithm\internal.d
|
||||
|
||||
SRC_STD_5_HEAVY= $(SRC_STD_ALGO)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue