NODISCARD
ifdef
forest. Use [[nodiscard]]
(C++17).
NODISCARD
ifdef
forest. Use [[nodiscard]]
(C++17).
[[nodiscard]]
as NODISCARD
rather than just using [[nodiscard]]
directly where applicable?
-BEGIN VERIFY SCRIPT-
sed -i "s/NODISCARD/[[nodiscard]]/g" $(git grep -l "NODISCARD" ":(exclude)src/bench/nanobench.h" ":(exclude)src/attributes.h")
-END VERIFY SCRIPT-
[[nodiscard]]
directly is certainly nicer and more idiomatic, so it is probably worth the one time cost of a few extra lines of diff. Now doing that using a scripted-diff :)
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.