You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Replace "assigment" with "initialization" in the auto section
Just a nitpick... in C++ (even before using `auto`), the following is
an initialization, not an assignment:
ImageType::Pointer image = ImageType::New();
0 commit comments