Skip to content

Commit

Permalink
Use fmt/std to format std::path
Browse files Browse the repository at this point in the history
  • Loading branch information
Moisan committed Aug 22, 2023
1 parent 40e8156 commit 00636df
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions source/citnames/source/semantic/Semantic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@
#include "semantic/Semantic.h"

#include <fmt/format.h>

namespace fmt {

template <>
struct formatter<fs::path> : formatter<std::string> {};
}
#include <fmt/std.h>

namespace cs::semantic {

Expand Down

0 comments on commit 00636df

Please sign in to comment.