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

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 26 19:46:17 PDT 2019


mclow.lists created this revision.
mclow.lists added reviewers: EricWF, ldionne.
Herald added subscribers: dexonsmith, christof.

This is another piece in the ongoing `<chrono>` saga.
Implement the class `hh_mm_ss`.


Repository:
  rCXX libc++

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/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/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.212040.patch
Type: text/x-patch
Size: 33525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190727/c5fbe1f6/attachment-0001.bin>


More information about the libcxx-commits mailing list