Skip to content
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

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

Open
wants to merge 22 commits into
base: d2port
Choose a base branch
from

Conversation

cbleser
Copy link
Contributor

@cbleser cbleser commented May 20, 2014

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.

@SiegeLord
Copy link
Owner

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

@cbleser
Copy link
Contributor Author

cbleser commented Apr 28, 2015

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.

udefranettet added 2 commits April 28, 2015 13:51
Some member function has change to const and LinkedList now support.
opAssignIndex and opIndex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants