fmtlib / fmt

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

Don't add `os.cc` to sources with `FMT_MODULE` #4004

Closed yujincheng08 closed 3 weeks ago

yujincheng08 commented 3 weeks ago

It will be included by fmt.cc

https://github.com/fmtlib/fmt/blob/2bf811b1d961eb4817ee874ecf0cd87e0ed083e1/src/fmt.cc#L126-L128

vitaut commented 3 weeks ago

Thanks for the fix.