Move internal stuff to std.algorithm.internal

This commit is contained in:
sinkuu 2015-02-13 13:38:59 +09:00
parent 492ab0df90
commit b55c07c63a
11 changed files with 103 additions and 95 deletions

View file

@ -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)