[libcxx-commits] [PATCH] D108576: [libc++] Unconditionally provide the open-with-wchar_t extension

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 24 13:27:47 PDT 2021


ldionne updated this revision to Diff 368449.
ldionne retitled this revision from "[libc++] Remove mentions of _LIBCPP_HAS_OPEN_WITH_WCHAR in the test suite" to "[libc++] Unconditionally provide the open-with-wchar_t extension".
ldionne edited the summary of this revision.
ldionne added a comment.

Unconditionally enable the extension as discussed in https://reviews.llvm.org/D42225


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108576

Files:
  libcxx/include/__config
  libcxx/include/fstream
  libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.cons/wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.members/open_wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.cons/wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.members/open_wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.cons/wchar_pointer.pass.cpp
  libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.members/open_wchar_pointer.pass.cpp
  libcxx/test/support/platform_support.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108576.368449.patch
Type: text/x-patch
Size: 13166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210824/cb93b3a7/attachment-0001.bin>


More information about the libcxx-commits mailing list