gcc/libstdc++-v3/testsuite/20_util/time_point
Jonathan Wakely 5e9aed14dc P0972R0 <chrono> zero(), min(), and max() should be noexcept
This paper has been included in the C++20 draft, but the changes to add
noexcept can be made unconditionally, to apply for C++11 too.

	* include/std/chrono (duration_values::zero(), duration_values::min())
	(duration_values::max()): Add noexcept.
	(duration::zero(), duration::min(), duration::max()): Likewise.
	(time_point::zero(), time_point::min(), time_point::max()): Likewise.
	* testsuite/20_util/duration/requirements/noexcept.cc: New test.
	* testsuite/20_util/time_point/requirements/noexcept.cc: New test.

From-SVN: r267865
2019-01-11 23:41:05 +00:00
..
arithmetic Update copyright years. 2019-01-01 13:31:55 +01:00
comparison_operators Update copyright years. 2019-01-01 13:31:55 +01:00
cons Update copyright years. 2019-01-01 13:31:55 +01:00
nonmember Update copyright years. 2019-01-01 13:31:55 +01:00
requirements P0972R0 <chrono> zero(), min(), and max() should be noexcept 2019-01-11 23:41:05 +00:00
1.cc Update copyright years. 2019-01-01 13:31:55 +01:00
2.cc Update copyright years. 2019-01-01 13:31:55 +01:00
3.cc Update copyright years. 2019-01-01 13:31:55 +01:00