Re: [PATCH] libstdc++: Constrain formatter for thread:id [PR119918]

2025-04-25 Thread Jonathan Wakely
s/thread:id/thread::id/ in the subject line On 24/04/25 12:50 +0200, Tomasz Kamiński wrote: This patch add constrains __formatter::__char to _CharT type parameter s/constrains/constraint/ of formatter specialization, matching the constrains same change here of formatting of integer/point

[PATCH] libstdc++: Constrain formatter for thread:id [PR119918]

2025-04-24 Thread Tomasz Kamiński
This patch add constrains __formatter::__char to _CharT type parameter of formatter specialization, matching the constrains of formatting of integer/pointers that are used as native handles. The dependency on header, is changed to . To achieve that, formatting of pointers is extraced from void co