[libcxx-commits] [PATCH] D92769: [libc++] [P1164] [C++20] Make fs::create_directory() error if there is already a non-directory.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 9 07:00:45 PST 2020


ldionne added a comment.

In D92769#2442014 <https://reviews.llvm.org/D92769#2442014>, @curdeius wrote:

> Oh, I got my answer...
> `libcxx/test/std/input.output/filesystems/lit.local.cfg` is:
>
>   if 'c++filesystem-disabled' in config.available_features:
>     config.unsupported = True
>
> But... haven't you said that filesystem landed in macOS 10.14?

I apologize for the confusion, I made a mistake: filesystem was introduced in macOS 10.15, not 10.14. Fixing in https://reviews.llvm.org/D92937.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92769



More information about the libcxx-commits mailing list