File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ PACKAGE_mir_interpolate = package constant linear spline utility polynomial
5151PACKAGE_mir_math = sum numeric stat
5252PACKAGE_mir_math_func = expdigamma
5353PACKAGE_mir_ndslice_connect = cpython
54- PACKAGE_mir_rc = package ptr array context
54+ PACKAGE_mir_rc = package ptr array context slim_ptr
5555
5656PACKAGE_mir_ndslice = \
5757 allocation\
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ $(BOOKTABLE ,
2424 $(TR $(TDNW $(MREF mir,polynomial)) $(TD Polynomial ref-counted structure))
2525 $(LEADINGROW Reference counting)
2626 $(TR $(TDNW $(MREF mir,rc,array)) $(TD Thread safe reference count array and the iterator to adopt it to ndslice.))
27- $(TR $(TDNW $(MREF mir,rc,ptr)) $(TD Thread safe reference count pointer for strucs and objects.))
27+ $(TR $(TDNW $(MREF mir,rc,ptr)) $(TD Thread safe reference count pointer with polymorphism support for strucs and objects.))
28+ $(TR $(TDNW $(MREF mir,rc,slim_ptr)) $(TD Thread safe reference count pointer for strucs and objects.))
2829 $(LEADINGROW Containers)
2930 $(TR $(TDNW $(MREF mir,series)★) $(TD Generic series suitable for time-series or semi-immutable ordered maps with CPU cache friendly binary search.))
3031 $(TR $(TDNW $(MREF mir,container,binaryheap)★) $(TD Mir & BetterC rework of Phobos.))
You can’t perform that action at this time.
0 commit comments