Skip to content

String class non-portable [imported] #695

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

Closed
cmaglie opened this issue Nov 15, 2012 · 1 comment
Closed

String class non-portable [imported] #695

cmaglie opened this issue Nov 15, 2012 · 1 comment
Milestone

Comments

@cmaglie
Copy link
Member

cmaglie commented Nov 15, 2012

This is Issue 695 moved from a Google Code project.
Added by 2011-10-24T04:05:39.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

The string constructors and concat functions make assumptions about the size of built-in types like int and long. This is not portable to other architectures. Especially with Due coming up in the future, it would be wise to stay portable. Patch attached which fixes this.

@cmaglie
Copy link
Member Author

cmaglie commented Jan 5, 2014

Merged here:

673847c

thanks
C

@cmaglie cmaglie closed this as completed Jan 5, 2014
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

No branches or pull requests

1 participant