mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-10 09:05:28 +01:00
The documentation for output_file incorrectly says that opening an output file happens with `file::WRONLY | file::CREATE` by default, but this includes `file::TRUNC` is also included since 119f7dc3d.