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

MVE: Image class should use 'int' type instead of 'std::size_t' #18

Closed
simonfuhrmann opened this issue Nov 28, 2012 · 1 comment
Closed
Labels

Comments

@simonfuhrmann
Copy link
Owner

Reasons pro 'int':

  • Potentially dangerous to do arithmetic on std::size_t (underflow)
  • std::size_t is not a C++ base type thus requires STL includes
  • more convenient to use in arithmetics, shorter type name
@simonfuhrmann
Copy link
Owner Author

Refactorings are completed.

MasterShockwave pushed a commit to MasterShockwave/mve that referenced this issue Oct 20, 2019
MVE rename file string.h > strings.h
MasterShockwave pushed a commit to MasterShockwave/mve that referenced this issue Oct 20, 2019
Fixes issue simonfuhrmann#18; thanks to @nsn88 for reporting the issue.
MasterShockwave pushed a commit to MasterShockwave/mve that referenced this issue Oct 25, 2019
Fixes issue simonfuhrmann#18; thanks to @nsn88 for reporting the issue.
MasterShockwave pushed a commit to MasterShockwave/mve that referenced this issue Aug 16, 2020
Fixes issue simonfuhrmann#18; thanks to @nsn88 for reporting the issue.
MasterShockwave pushed a commit to MasterShockwave/mve that referenced this issue Apr 6, 2021
Fixes issue simonfuhrmann#18; thanks to @nsn88 for reporting the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant