[libcxx-commits] [PATCH] D65365: Implement `hh_mm_ss` from P1466R3

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 5 21:37:26 PDT 2019


mclow.lists updated this revision to Diff 213519.
mclow.lists added a comment.

More tests, also removed a couple tabs.


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

https://reviews.llvm.org/D65365

Files:
  libcxx/include/chrono
  libcxx/test/std/utilities/time/time.hms/hhmmss.fail.cpp
  libcxx/test/std/utilities/time/time.hms/time.12/is_am.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.12/is_pm.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.12/make12.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.12/make24.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.members/hours.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.members/is_negative.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.members/minutes.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.members/precision.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.members/precision_type.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.members/seconds.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.members/subseconds.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.members/to_duration.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.members/width.pass.cpp
  libcxx/test/std/utilities/time/time.hms/time.hms.nonmembers/nothing.to.do.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65365.213519.patch
Type: text/x-patch
Size: 39856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190806/e973ddf9/attachment-0001.bin>


More information about the libcxx-commits mailing list