[libcxx-commits] [PATCH] D59093: [libc++] Mark <filesystem> as unavailable on Apple platforms
Duncan P. N. Exon Smith via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 7 10:25:57 PST 2019
dexonsmith added inline comments.
================
Comment at: libcxx/include/__config:1372-1375
+ __attribute__((availability(macosx,strict,introduced=99.99))) \
+ __attribute__((availability(ios,strict,introduced=99.99))) \
+ __attribute__((availability(tvos,strict,introduced=99.99))) \
+ __attribute__((availability(watchos,strict,introduced=99.99)))
----------------
Can we make this 9999?
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