Re: [PATCH] libstdc++: Fix __cpp_lib_chrono for old std::string ABI

2024-06-21 Thread Jonathan Wakely
Pushed to trunk now. Backport to gcc-14 needed too. On Thu, 20 Jun 2024 at 16:27, Jonathan Wakely wrote: > > This unfortunately means we can never increase __cpp_lib_chrono again > for the old string ABI, but I don't see any alternative (except > supporting chrono::tzdb for the old string, which

[PATCH] libstdc++: Fix __cpp_lib_chrono for old std::string ABI

2024-06-20 Thread Jonathan Wakely
This unfortunately means we can never increase __cpp_lib_chrono again for the old string ABI, but I don't see any alternative (except supporting chrono::tzdb for the old string, which will be a lot of work that I don't want to do!) -- >8 -- The header is incomplete for the old std::string ABI, b