[libcxx-commits] [PATCH] D158282: [libc++] Stop using strict availability markup on Apple

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 18 09:31:12 PDT 2023


Mordante added a comment.

I'm not familiar enough with the Apple's availability markup to give a proper review. However I really like that this patch fixes the availability issues for format. Thanks for working on this.



================
Comment at: libcxx/test/libcxx/diagnostics/format.nodiscard_extensions.compile.pass.cpp:13
-// TODO FMT This test should not require std::to_chars(floating-point)
-// XFAIL: availability-fp_to_chars-missing
-
----------------
I like this change :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158282



More information about the libcxx-commits mailing list