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

STYLE: Make conversion from value to itk::Point or itk::Vector explicit #692

Merged
merged 1 commit into from
Jul 25, 2022

Commits on Jul 25, 2022

  1. STYLE: Make conversion from value to itk::Point or itk::Vector explicit

    Allowing ITK_LEGACY_REMOVE=0N for ITK version >= 5.3rc04, which made those constructors `explicit`:
    
     - ITK pull request InsightSoftwareConsortium/ITK#3237 commit InsightSoftwareConsortium/ITK@8825834 "ENH: Declare converting `Point(v)` constructors `explicit`"
     - ITK pull request InsightSoftwareConsortium/ITK#3255 commit InsightSoftwareConsortium/ITK@abb88cc "ENH: Make Vector constructor from scalar explicit, unless LEGACY enabled"
    N-Dekker committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    4cf4230 View commit details
    Browse the repository at this point in the history