Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove parentheses around `(name)` because gcc8-c++ complains that they're unnecessary. Unfortunately, after removal clang-tidy complains that we're not putting parentheses around a macro argument. I choose to silence clang-tidy because it's easier to silence an optional tool than figure out how to silence a whole family of compilers.
- Loading branch information