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

Define stride_t and imagesize_t in a modern way. #2351

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Sep 28, 2019

In a C++11 world, we can define these using int64_t and uint64_t:
simple, standard, identical size on all platforms.

The prior convoluted definitions were from an earlier time when we
couldn't count on these being present.

In a C++11 world, we can define these using int64_t and uint64_t:
simple, standard, identical size on all platforms.

The prior convoluted definitions were from an earlier time when we
couldn't count on these being present.
@lgritz lgritz merged commit 2eafbec into AcademySoftwareFoundation:master Oct 1, 2019
@lgritz lgritz deleted the lg-imagesize branch October 1, 2019 21:40
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.

1 participant