Tango-D2 icon indicating copy to clipboard operation
Tango-D2 copied to clipboard

64bits update to tango.core.Traits and tango.util.container.Slink

Open cbleser opened this issue 10 years ago • 2 comments

The function staticArraySize now calculates the size of the array from the size of the Element in the array instead of the (T.ptr) which sometimes seem to be the size of void in 64bits.

And the function Slink.nth(int n) is change to Slink.nth(size_t n) which more compatible with 32/64bits system.

cbleser avatar May 20 '14 13:05 cbleser

Err... could you make a new branch off of d2port branch with just the commits you want merged?

SiegeLord avatar May 20 '14 13:05 SiegeLord

I have added some small changes to tango.util.container. Some member function has checked from mutable to const or inout, this makes it more convenient to use in const functions. StackMap can now grow. Which also makes it more usable.

cbleser avatar Apr 28 '15 11:04 cbleser