⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@KaganCanSit
Copy link

@KaganCanSit KaganCanSit commented Jan 18, 2026

Hello,

This pull request resolves several static analysis findings and improves code quality through const-correctness and move semantics.

Static Analysis Findings (cppcheck)

File Finding
include/fmt/args.h:60 constVariableReference - Variable 'value' can be declared as reference to const
include/fmt/chrono.h:512 constParameterPointer - Parameter 'tm' can be declared as pointer to const
include/fmt/chrono.h:523 constVariablePointer - Variable 'tm' can be declared as pointer to const
include/fmt/format.h:3945 passedByValue - Function parameter 'decimal_point' should be passed by const reference

This is my first pull request to this project. I've read CONTRIBUTING.md, all ctest pass and code formatted clang*format but please let me know if anything needs adjustment. I'd be happy to help.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant