Re: [PATCH v3] libstdc++: Provide formatter for vector::reference [PR109162]

2025-04-05 Thread Jonathan Wakely
On 04/04/25 11:20 +0200, Tomasz Kamiński wrote: This patch implement formatter for vector::reference which is part of P2286R8. To indicate partial support we define __glibcxx_format_ranges macro value 1, without defining __cpp_lib_format_ranges. To avoid including the whole content of the head

[PATCH v3] libstdc++: Provide formatter for vector::reference [PR109162]

2025-04-04 Thread Tomasz Kamiński
This patch implement formatter for vector::reference which is part of P2286R8. To indicate partial support we define __glibcxx_format_ranges macro value 1, without defining __cpp_lib_format_ranges. To avoid including the whole content of the header, we introduce new bits/formatfwd.h forward decl