[libcxx-commits] [PATCH] D152379: [libc++] Extract format_string from filesystem_common.h

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 7 09:19:29 PDT 2023


ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

As a fly-by, rename format_string_impl to vformat_string and avoid
triggering ADL in a free function call.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152379

Files:
  libcxx/src/filesystem/filesystem_common.h
  libcxx/src/filesystem/filesystem_error.cpp
  libcxx/src/filesystem/format_string.h
  libcxx/src/filesystem/path_parser.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152379.529338.patch
Type: text/x-patch
Size: 5917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230607/a56a6d17/attachment.bin>


More information about the libcxx-commits mailing list