llvm-project/libcxx/test/std/time
Mark de Wever fd36a3d48d [libc++][chrono] Adds operator<=> for day.
Since the calendar classes were introduced in C++20 there's no need to
keep the old comparison operators.

This commit does the day calender class, the other calendar classes will
be in a followup commit.

Implements parts of:
- P1614R2 The mothership has landed

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D128603
2022-07-13 17:20:31 +02:00
..
time.cal [libc++][chrono] Adds operator<=> for day. 2022-07-13 17:20:31 +02:00
time.clock
time.clock.req
time.duration
time.hms Improve the formatting of static_assert messages 2022-06-30 23:59:21 +02:00
time.point
time.traits
clock.h
days.pass.cpp
hours.pass.cpp
microseconds.pass.cpp
milliseconds.pass.cpp
minutes.pass.cpp
months.pass.cpp
nanoseconds.pass.cpp
rep.h
seconds.pass.cpp
weeks.pass.cpp
years.pass.cpp