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

Zhihao Yuan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 14 14:39:25 PST 2020


lichray accepted this revision.
lichray added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/test/std/utilities/charconv/charconv.from.chars/integral.roundtrip.pass.cpp:35
+template <typename T>
+struct test_basics : roundtrip_test_base<T>
+{
----------------
+1 for the split.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74626





More information about the libcxx-commits mailing list