[libcxx-commits] [PATCH] D125745: [libc++] Removes _LIBCPP_AVAILABILITY_TO_CHARS.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 16 22:38:28 PDT 2022
Mordante created this revision.
Mordante added a reviewer: ldionne.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
After moving the std::to_chars base 10 implementation from the dylib to
the header the integral overloads of std::to_chars are available on all
platforms.
Remove the _LIBCPP_AVAILABILITY_TO_CHARS availability macro and update
the tests.
Depends on D125704 <https://reviews.llvm.org/D125704>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125745
Files:
libcxx/include/__availability
libcxx/include/charconv
libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125745.429936.patch
Type: text/x-patch
Size: 5275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220517/7d55b9e7/attachment-0001.bin>
More information about the libcxx-commits
mailing list