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

Signed vs unsigned ints #25

Open
dengwirda opened this issue Jul 24, 2019 · 0 comments
Open

Signed vs unsigned ints #25

dengwirda opened this issue Jul 24, 2019 · 0 comments

Comments

@dengwirda
Copy link
Owner

Can unsigned ints be used everywhere? This would ease any signed-to-unsigned conversion issues, but -ve ints are currently used to denote certain flags... Would allow x 2 increase in max mesh size, but might increase size of in-mem. data-structures (to mark constrained faces, etc)?

Would be nice to compile quietly with -Wsigned-conversion -Wfloat-conversion -Wshadow and the equiv. with msvc, clang++, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant