On Fri, 21 Mar 2025 at 09:47, Tomasz Kaminski wrote:
>
>
>
> On Thu, Mar 20, 2025 at 5:29 PM Jonathan Wakely wrote:
>>
>> On Thu, 20 Mar 2025 at 16:16, Jonathan Wakely wrote:
>> >
>> > When using std::time_put to format a chrono value, we should imbue the
>> > formatting locale into the stream.
On Thu, Mar 20, 2025 at 5:29 PM Jonathan Wakely wrote:
> On Thu, 20 Mar 2025 at 16:16, Jonathan Wakely wrote:
> >
> > When using std::time_put to format a chrono value, we should imbue the
> > formatting locale into the stream. This ensures that when
> > std::time_put::do_put uses a ctype or __t
On Thu, 20 Mar 2025 at 16:16, Jonathan Wakely wrote:
>
> When using std::time_put to format a chrono value, we should imbue the
> formatting locale into the stream. This ensures that when
> std::time_put::do_put uses a ctype or __timepunct facet from the locale,
> it gets the correct facets.
>
> l
When using std::time_put to format a chrono value, we should imbue the
formatting locale into the stream. This ensures that when
std::time_put::do_put uses a ctype or __timepunct facet from the locale,
it gets the correct facets.
libstdc++-v3/ChangeLog:
* include/bits/chrono_io.h (__forma