Skip to content
Snippets Groups Projects
  • Carsten Gräser's avatar
    6808d5cd
    [cleanup] Avoid unused variable warning · 6808d5cd
    Carsten Gräser authored
    We could cast the std::initializer_list to void to avoid the
    warning. But extracting this as a function makes the code more
    readable.
    
    Maybe evaluateFoldExpression() should be moved outside of Imp::
    because this little trick nicely helps to avoid a template recursion
    6808d5cd
    History
    [cleanup] Avoid unused variable warning
    Carsten Gräser authored
    We could cast the std::initializer_list to void to avoid the
    warning. But extracting this as a function makes the code more
    readable.
    
    Maybe evaluateFoldExpression() should be moved outside of Imp::
    because this little trick nicely helps to avoid a template recursion
Code owners
Assign users and groups as approvers for specific file changes. Learn more.