Skip to content

Commit

Permalink
Merge pull request #2945 from JesseKPhillips/wrapStruct
Browse files Browse the repository at this point in the history
Wrap struct
  • Loading branch information
H. S. Teoh committed Apr 1, 2016
2 parents 7c752bf + b218e2c commit 7be36e3
Show file tree
Hide file tree
Showing 4 changed files with 814 additions and 3 deletions.
3 changes: 2 additions & 1 deletion posix.mak
Expand Up @@ -158,7 +158,7 @@ STD_PACKAGES = std $(addprefix std/,\
experimental/allocator/building_blocks experimental/logger \
experimental/ndslice \
net \
range regex)
experimental range regex)

# Modules broken down per package

Expand All @@ -168,6 +168,7 @@ PACKAGE_std = array ascii base64 bigint bitmanip compiler complex concurrency \
outbuffer parallelism path process random signals socket socketstream stdint \
stdio stdiobase stream string system traits typecons typetuple uni \
uri utf uuid variant xml zip zlib
PACKAGE_std_experimental = typecons
PACKAGE_std_algorithm = comparison iteration mutation package searching setops \
sorting
PACKAGE_std_container = array binaryheap dlist package rbtree slist util
Expand Down

0 comments on commit 7be36e3

Please sign in to comment.