Files
fmt/include/fmt
Mike Vastola be98ea8add Fix bug re: return type of f(un)lockfile wrappers for Windows (#4739)
Just a tiny bugfix I spotted: The `f(un)lockfile` wrappers in
`format-inl.h` that wrap Windows's `_(un)lock_file` methods are
defined with a trailing return type derived by using decltype on a
hypothetical call to the underlying functions.

The wrappers don't contain a `return` in their bodies, however, so if
the return type of the underlying functions were to ever change from
`void`, there would be a compile error. This just adds `return` to each.
2026-04-10 08:01:13 -07:00
..
2026-02-28 15:34:39 -08:00
2026-04-03 17:35:28 -07:00
2026-01-29 20:18:18 -08:00
2025-11-28 20:05:18 -08:00
2026-01-30 12:20:54 -08:00
2026-03-28 09:33:45 -07:00
2025-11-12 11:06:01 -08:00
2026-01-29 20:18:18 -08:00
2026-03-05 16:42:07 -08:00