fmt/.github
Victor Zverovich 26c01df3bd Handle const-qualified named arguments
A named argument that arrives const-qualified was not recognized by
is_named_arg, silently dropping its name. This happens both when a
named argument is passed through an intermediate function returning
const T& (https://github.com/fmtlib/fmt/issues/4866) and in fmt's own
compiled format path, which passes arguments as const T&.

Make is_named_arg and is_static_named_arg see through top-level const so
the name is preserved instead of dropped.
2026-07-29 09:20:23 -07:00
..
workflows Handle const-qualified named arguments 2026-07-29 09:20:23 -07:00
CODEOWNERS Add CODEOWNERS 2026-05-31 21:45:33 -07:00
dependabot.yml Correct comments 2024-06-16 11:05:38 -07:00
FUNDING.yml Add funding configuration for GitHub 2025-12-31 09:21:49 -08:00
issue_template.md Add an issue template 2022-04-08 07:53:42 -07:00
pull_request_template.md Improve license and PR template wording 2023-02-26 09:08:53 -08:00
SECURITY.md Move security policy from README to .github/SECURITY.md 2026-06-01 06:51:41 -07:00