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

Remove std:: prefix from uint8_t in MathematicalMorphologyEnums, replace <cstdint> with "itkIntTypes.h" #4387

Commits on Jan 9, 2024

  1. STYLE: Remove std:: prefix from uint8_t in MathematicalMorphologyEnums

    Follow-up to pull request InsightSoftwareConsortium#3250
    commit c173dfd
    "STYLE: Remove `std::` prefix from types that work without it"
    Lee Newberg, March 6, 2022.
    N-Dekker committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b3d3c1c View commit details
    Browse the repository at this point in the history
  2. STYLE: Replace #include <cstdint> with #include "itkIntTypes.h"

    "itkIntTypes.h" adds aliases of the types from `<cstdint>` to the `itk`
    namespace, allowing those types to be used without `std::` prefix.
    
    Suggested by Lee Newberg.
    N-Dekker committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c996cd7 View commit details
    Browse the repository at this point in the history