[PATCH] D42225: libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 19:02:23 PST 2018
pcc created this revision.
pcc added reviewers: smeenai, compnerd, EricWF, mclow.lists.
This is an MSVC standard library extension. It seems like a reasonable
enough extension to me because wchar_t* is the native format for
filenames on that platform.
If others agree, I will write the remaining tests.
https://reviews.llvm.org/D42225
Files:
libcxx/include/fstream
libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_pointer.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42225.130346.patch
Type: text/x-patch
Size: 9773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180118/61e4e82e/attachment.bin>
More information about the llvm-commits
mailing list