mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Move checkedint out of experimental (#8100)
Move checkedint out of experimental Signed-off-by: Razvan Nitu <RazvanN7@users.noreply.github.com> Merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>
This commit is contained in:
parent
30de0aafba
commit
8a2bd81b39
10 changed files with 3620 additions and 3476 deletions
|
@ -208,7 +208,7 @@ STD_PACKAGES = std $(addprefix std/,\
|
|||
|
||||
# Modules broken down per package
|
||||
|
||||
PACKAGE_std = array ascii base64 bigint bitmanip compiler complex concurrency \
|
||||
PACKAGE_std = array ascii base64 bigint bitmanip checkedint compiler complex concurrency \
|
||||
conv csv demangle encoding exception file \
|
||||
functional getopt json mathspecial meta mmfile numeric \
|
||||
outbuffer package parallelism path process random signals socket stdint \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue