[libcxx-commits] [PATCH] D92769: [libc++] [P1164] [C++20] Make fs::create_directory() error if there is already a non-directory.
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 7 08:37:48 PST 2020
curdeius created this revision.
curdeius added reviewers: ldionne, mclow.lists.
Herald added a subscriber: jdoerfert.
curdeius requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
I'm not sure if it should be applied retroactively to C++17 too (as I've done currently).
There's a mention in the paper stating "This should be a defect against C++17.", but I don't know if that has been adopted or no.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92769
Files:
libcxx/docs/Cxx2aStatusIssuesStatus.csv
libcxx/docs/Cxx2aStatusPaperStatus.csv
libcxx/src/filesystem/operations.cpp
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory.pass.cpp
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory_with_attributes.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92769.309929.patch
Type: text/x-patch
Size: 8482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201207/67620ae9/attachment.bin>
More information about the libcxx-commits
mailing list