As a fly-by, rename format_string_impl to vformat_string and avoid
triggering ADL in a free function call.
Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. I noticed this reporting code is quite C-ish. I think once C++ has transcoding we could change this code to use transcoding and std::format instead.
libcxx/src/filesystem/format_string.h | ||
---|---|---|
12 |