[libcxx-commits] [PATCH] D146367: [libc++][Apple] Update availability markup for std::to_chars(floating-point)
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 19 07:25:08 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG47aa1fe376a4: [libc++][Apple] Update availability markup for std::to_chars(floating-point) (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146367/new/
https://reviews.llvm.org/D146367
Files:
libcxx/include/__availability
Index: libcxx/include/__availability
===================================================================
--- libcxx/include/__availability
+++ libcxx/include/__availability
@@ -239,7 +239,10 @@
# endif
# define _LIBCPP_AVAILABILITY_TO_CHARS_FLOATING_POINT \
- __attribute__((unavailable))
+ __attribute__((availability(macos,strict,introduced=13.3))) \
+ __attribute__((availability(ios,strict,introduced=16.3))) \
+ __attribute__((availability(tvos,strict,introduced=16.3))) \
+ __attribute__((availability(watchos,strict,introduced=9.3)))
# define _LIBCPP_AVAILABILITY_SYNC \
__attribute__((availability(macos,strict,introduced=11.0))) \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146367.506391.patch
Type: text/x-patch
Size: 815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230319/07eedc66/attachment.bin>
More information about the libcxx-commits
mailing list