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: Remove initial << insertion from itkExceptionMacro(<< " calls #4057

Commits on May 30, 2023

  1. STYLE: Remove initial << insertion from itkExceptionMacro(<< " calls

    Let the C++ preprocessor append the specified literal string to the error
    message, instead of doing the equivalent `<<` insertion at run-time.
    
    Aims to shorten the code a little bit, and improve consistency. The code base
    already had more than 750 `itkExceptionMacro` calls that passed a literal
    string directly, without having `<<` at its left side.
    N-Dekker committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e254f8d View commit details
    Browse the repository at this point in the history