Skip to content

Commit

Permalink
[libc++][Apple] Update availability markup for std::to_chars(floating…
Browse files Browse the repository at this point in the history
…-point)

Differential Revision: https://reviews.llvm.org/D146367
  • Loading branch information
ldionne committed Mar 19, 2023
1 parent c0cde79 commit 47aa1fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libcxx/include/__availability
Expand Up @@ -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))) \
Expand Down

0 comments on commit 47aa1fe

Please sign in to comment.