[PATCH] D53828: Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept

Marshall Clow via Phabricator reviews at reviews.llvm.org
Mon Oct 29 14:04:21 PDT 2018


mclow.lists updated this revision to Diff 171569.
mclow.lists edited the summary of this revision.
mclow.lists added a comment.

Added libc++-specific tests. Fixed link in summary.


https://reviews.llvm.org/D53828

Files:
  include/chrono
  test/std/utilities/time/time.duration/time.duration.special/max.pass.cpp
  test/std/utilities/time/time.duration/time.duration.special/min.pass.cpp
  test/std/utilities/time/time.duration/time.duration.special/zero.pass.cpp
  test/std/utilities/time/time.point/time.point.special/max.pass.cpp
  test/std/utilities/time/time.point/time.point.special/min.pass.cpp
  test/std/utilities/time/time.traits/time.traits.duration_values/max.pass.cpp
  test/std/utilities/time/time.traits/time.traits.duration_values/min.pass.cpp
  test/std/utilities/time/time.traits/time.traits.duration_values/zero.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53828.171569.patch
Type: text/x-patch
Size: 10453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181029/72a71e0a/attachment.bin>


More information about the libcxx-commits mailing list