[libcxx-commits] [PATCH] D148928: [libc++][chrono] Adds formatter file_time.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 22 04:02:47 PDT 2023


Mordante added a comment.

In D148928#4289222 <https://reviews.llvm.org/D148928#4289222>, @h-vetinari wrote:

> Is there anywhere where the missing `<chrono>` bits are tracked? I tracked down the "In progress" status for P0355 on https://libcxx.llvm.org/Status/Cxx20.html back to https://github.com/llvm/llvm-project/commit/ebff3123a2d7c6b3d74d27c50700f0582ec45e85, but that's a long time ago.

No not really. Some information is here https://libcxx.llvm.org/Status/Format.html (dependency "A <chrono> implementation"). I know there are no parse functions too. However I haven't spend time investigating the exact status. I still intend to work on chrono in the future, at which time I probably will create a status page. But for now I'm focusing on format and modules.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148928



More information about the libcxx-commits mailing list