[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:36:57 PST 2019
mclow.lists added a comment.
I don't like how intrusive and pervasive this is.
================
Comment at: libcxx/include/chrono:2830
_LIBCPP_BEGIN_NAMESPACE_FILESYSTEM
-struct _FilesystemClock {
+struct _LIBCPP_AVAILABILITY_FILESYSTEM _FilesystemClock {
#if !defined(_LIBCPP_HAS_NO_INT128)
----------------
This is a ABI change for people who are using the filesystem.
A public symbol has become non-public.
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