[libcxx-commits] [PATCH] D125745: [libc++] Removes _LIBCPP_AVAILABILITY_TO_CHARS.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 7 08:31:53 PDT 2022


ldionne added a comment.

In D125745#3552500 <https://reviews.llvm.org/D125745#3552500>, @Mordante wrote:

> In D125745#3550768 <https://reviews.llvm.org/D125745#3550768>, @ldionne wrote:
>
>> LGTM.
>>
>> Can we add a release note to mention that `to_chars` doesn't have a minimum deployment target anymore? It's something useful for folks to know.
>
> Good point, I only wonder which section would be most appropriate "New features" or "ABI changes". WDYT?

I would say "New features" because from the user's perspective, it allows them to use this new feature even if they had back-deployment requirements before.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125745/new/

https://reviews.llvm.org/D125745



More information about the libcxx-commits mailing list