Re: [PATCH] libstdc++: Add more C++20 additions to

2020-08-25 Thread Jonathan Wakely via Gcc-patches
On 24/08/20 23:01 -0400, Patrick Palka via Libstdc++ wrote: This patch adds the C++20 calendar types and their methods as defined in [time.cal] (modulo the parsing/printing support). This patch also implements [time.hms] and [time.12], and a few more bits of [time.clock]. The remaining C++20

[PATCH] libstdc++: Add more C++20 additions to

2020-08-24 Thread Patrick Palka via Gcc-patches
This patch adds the C++20 calendar types and their methods as defined in [time.cal] (modulo the parsing/printing support). This patch also implements [time.hms] and [time.12], and a few more bits of [time.clock]. The remaining C++20 additions to from P0355 and P1466 depend on [time.zone] and ,