Victor Zverovich a915a67897 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 08:43:46 -07:00
..
codeql.yml Bump actions/checkout from 6.0.0 to 7.0.0 (#4835) 2026-07-01 09:07:12 -07:00
doc.yml Bump actions/checkout from 6.0.0 to 7.0.0 (#4835) 2026-07-01 09:07:12 -07:00
fuzz.yml Rename CIFuzz workflow to fuzz 2026-06-01 12:03:52 -07:00
lint.yml Bump actions/checkout from 6.0.0 to 7.0.0 (#4835) 2026-07-01 09:07:12 -07:00
linux.yml Handle const-qualified named arguments 2026-07-29 08:43:46 -07:00
macos.yml Bump actions/checkout from 6.0.0 to 7.0.0 (#4835) 2026-07-01 09:07:12 -07:00
release.yml Bump actions/checkout from 6.0.0 to 7.0.0 (#4835) 2026-07-01 09:07:12 -07:00
supply-chain.yml Bump actions/checkout from 6.0.0 to 7.0.0 (#4835) 2026-07-01 09:07:12 -07:00
windows.yml Bump actions/checkout from 6.0.0 to 7.0.0 (#4835) 2026-07-01 09:07:12 -07:00