rizsotto / Bear

Bear is a tool that generates a compilation database for clang tooling.
GNU General Public License v3.0
4.64k stars 306 forks source link

Use fmt/std to format std::path #543

Closed Moisan closed 10 months ago

Moisan commented 10 months ago

Fixes https://github.com/rizsotto/Bear/issues/542

fmt supports formatting fs::path through fmt/std.h.

rizsotto commented 10 months ago

Thanks @Moisan for the PR!