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
STYLE: Add [[nodiscard]] to non-const data(), begin(), end(), etc.
The clang-tidy `modernize-use-nodiscard` check only considers _const_ member
functions, whereas this commit specifically addresses non-const member
functions.
Follow-up to pull request InsightSoftwareConsortium#5404
commit 85aa7bd
"STYLE: Use C++17 [[nodiscard]] attribute"
0 commit comments