-
Couldn't load subscription status.
- Fork 36
64bits update to tango.core.Traits and tango.util.container.Slink #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: d2port
Are you sure you want to change the base?
Conversation
|
Err... could you make a new branch off of d2port branch with just the commits you want merged? |
findKey and nth function change to support all mutual types
…to support 64bit coding better
dup function changed to inout type and size function changed to const
StackMap is dynamically resizable instead of fixed size
|
I have added some small changes to tango.util.container. |
Some member function has change to const and LinkedList now support. opAssignIndex and opIndex
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.