[libcxx-commits] [PATCH] D59093: [libc++] Mark <filesystem> as unavailable on Apple platforms
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 7 10:53:19 PST 2019
mclow.lists added inline comments.
================
Comment at: libcxx/include/chrono:2830
_LIBCPP_BEGIN_NAMESPACE_FILESYSTEM
-struct _FilesystemClock {
+struct _LIBCPP_AVAILABILITY_FILESYSTEM _FilesystemClock {
#if !defined(_LIBCPP_HAS_NO_INT128)
----------------
ldionne wrote:
> mclow.lists wrote:
> > This is a ABI change for people who are using the filesystem.
> > A public symbol has become non-public.
> Sorry, I don't follow you here. How did I change the symbol?
Sorry; my bad. Misleading diff markup.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59093/new/
https://reviews.llvm.org/D59093
More information about the libcxx-commits
mailing list