[libcxx-commits] [PATCH] D128577: [libc++][chrono] Implements formatter day.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 7 09:43:55 PDT 2022


Mordante marked 3 inline comments as done.
Mordante added inline comments.


================
Comment at: libcxx/include/chrono:699
 
+// (In C++20 it's solved by removing transitive headers.)
+// On Windows the experimental library isn't available avoid depending the main
----------------
ldionne wrote:
> Is this comment still required? I think it is no longer needed since we inlined the destructor of `format_error` to workaround Windows DLL issues.
No it's not, removed it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128577



More information about the libcxx-commits mailing list