[libcxx-commits] [PATCH] D74626: [libc++] Add availability markup for std::to_chars on Apple platforms

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 14 08:59:50 PST 2020


ldionne created this revision.
ldionne added a reviewer: lichray.
Herald added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, christof.
Herald added a project: libc++.

Otherwise, one gets link errors when trying to back-deploy to older platforms.

rdar://problem/57854364


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74626

Files:
  libcxx/include/__config
  libcxx/include/charconv
  libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
  libcxx/test/std/utilities/charconv/charconv.from.chars/integral.pass.cpp
  libcxx/test/std/utilities/charconv/charconv.from.chars/integral.roundtrip.pass.cpp
  libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74626.244687.patch
Type: text/x-patch
Size: 13983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200214/54694993/attachment-0001.bin>


More information about the libcxx-commits mailing list