[libcxx-commits] [PATCH] D64818: [libc++] Implement missing filesystem::path constructors with locale

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 19 11:32:21 PDT 2023


ldionne updated this revision to Diff 557061.
ldionne retitled this revision from "[libcxx] Construct path using a instance of std::locale" to "[libc++] Implement missing filesystem::path constructors with locale".
ldionne edited the summary of this revision.
ldionne added a comment.
Herald added a project: libc++.

Rebase. Simplify the implementation a bit. Remove some tests for SFINAE-friendliness that are not necessary according to my reading of the spec.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64818/new/

https://reviews.llvm.org/D64818

Files:
  libcxx/include/__filesystem/path.h
  libcxx/include/__locale
  libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/source.pass.cpp
  libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/source_and_locale.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64818.557061.patch
Type: text/x-patch
Size: 12565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230919/fdbfe47a/attachment-0001.bin>


More information about the libcxx-commits mailing list