Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct number of arguments for fmt string in processors (#1060)
### Briefly, what does this PR introduce? In C++20 / fmt-10.1.0 the format string is constexpr and parsed on compilation time. That means that format string mismatches with the number of arguments are now compilation errors. This fixes (the only) two such cases. ### What kind of change does this PR introduce? - [x] Bug fix (issue: incomplete C++20 / fmt-10 support) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
- Loading branch information