[libcxx-commits] [PATCH] D134598: [libc++][format] Fixes Apple back deployment.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 6 10:11:38 PST 2023
Mordante added inline comments.
================
Comment at: libcxx/include/__chrono/formatter.h:52
+// platforms.
+#if _LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT) && \
+ !defined(_LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_format)
----------------
ldionne wrote:
> This really looks like a compiler bug to me. Would you be able to get a smaller reproducer for the issue? We could get it fixed in Clang.
I have hard time to get a reproducer, I probably want to investigate it at a later time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134598/new/
https://reviews.llvm.org/D134598
More information about the libcxx-commits
mailing list