This removes the duplicated code from the dylib. Instead the dylib will
call the new functions in the header. Since this code is unneeded it's
removed from the unstable ABI.
Depends on D125704
Paths
| Differential D125761
[libc++] Lets to_chars use header implementation. ClosedPublic Authored by Mordante on May 17 2022, 3:37 AM.
Details
Summary This removes the duplicated code from the dylib. Instead the dylib will Depends on D125704
Diff Detail
Event Timelineldionne added inline comments. This revision is now accepted and ready to land.May 31 2022, 9:36 AM Closed by commit rG89818f2dc0b6: [libc++] Lets to_chars use header implementation. (authored by Mordante). · Explain WhyJun 2 2022, 8:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 433655 libcxx/include/__config
libcxx/src/charconv.cpp
libcxx/src/include/ryu/digit_table.h
|