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

fix: use std::size_t as channel index type in nth_channel_view #659

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on May 5, 2024

  1. use std::size_t as channel index type in nth_channel_view

    This unifies the channel index type in nth_channel_view and
    image_view::num_channels - the latter one already uses std::size_t.
    
    Fixes boostorg#373.
    striezel committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d2d5c37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9ecb13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f93276 View commit details
    Browse the repository at this point in the history