Re: [committed] libstdc++: Add C++20 clocks

2022-11-13 Thread Jonathan Wakely via Gcc-patches
On Sun, 13 Nov 2022 at 01:17, Jonathan Wakely via Libstdc++ wrote: > > Tested x86_64-linux and powerpc64le-linux. Pushed to trunk. > > -- >8 -- > > Also add the basic types for timezones, without the non-inline > definitions needed to actually use them. This is the patch for the rest of the time

[committed] libstdc++: Add C++20 clocks

2022-11-12 Thread Jonathan Wakely via Gcc-patches
Tested x86_64-linux and powerpc64le-linux. Pushed to trunk. -- >8 -- Also add the basic types for timezones, without the non-inline definitions needed to actually use them. The get_leap_second_info function currently uses a hardcoded list of leap seconds, correct as of the end of 2022. That