fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.83k stars 2.42k forks source link

Use posix call for fileno #4048

Closed re2zero closed 2 days ago

re2zero commented 2 days ago

Use FMT_POSIX_CALL for fileno function just like others.

vitaut commented 2 days ago

Thanks for the PR but unfortunately we can't do this because fileno is often a macro.