[libcxx-commits] [PATCH] D149457: [libc++][chrono] Adds formatter local_time.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 30 04:24:56 PDT 2023


Mordante created this revision.
Herald added a project: All.
Mordante published this revision for review.
Mordante added reviewers: ldionne, vitaut.
Mordante added inline comments.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.


================
Comment at: libcxx/include/chrono:320
+  basic_ostream<charT, traits>&
+    operator<<(basic_ostream<charT, traits>& os, const file_time<Duration>& tp);
+
----------------
The file_time commit didn't update the synopsis.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149457

Files:
  libcxx/docs/Status/FormatPaper.csv
  libcxx/include/__chrono/convert_to_tm.h
  libcxx/include/__chrono/formatter.h
  libcxx/include/__chrono/ostream.h
  libcxx/include/chrono
  libcxx/test/std/time/time.clock/time.clock.local/ostream.pass.cpp
  libcxx/test/std/time/time.syn/formatter.local_time.pass.cpp
  libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149457.517947.patch
Type: text/x-patch
Size: 52535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230430/b1bf945d/attachment-0001.bin>


More information about the libcxx-commits mailing list