Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conversion warning in filesystem::path formatter (#3806)
* Fix conversion warning in filesystem::path formatter Use template character type to eliminate MSVC conversion warning when formatting a wide chararacter path: fmt\std.h(140,49): warning C4244: '=': conversion from 'const Char' to 'char', possible loss of data * Review: use to_ascii instead --------- Co-authored-by: Hans-Martin B. Jensen <[email protected]>
- Loading branch information