On Wed, Apr 16, 2025 at 11:13 AM Jonathan Wakely <jwak...@redhat.com> wrote:
> On Wed, 16 Apr 2025 at 09:55, Tomasz Kaminski <tkami...@redhat.com> wrote: > > > > > > > > On Wed, Apr 16, 2025 at 10:47 AM Jonathan Wakely <jwak...@redhat.com> > wrote: > >> > >> On 16/04/25 10:37 +0200, Tomasz Kaminski wrote: > >> >Just to clarify, we still will be missing the formatter for adaptors > >> >(stack, queue, piority_queue). > >> > >> Yes, but I doubt most people want to use those :-) > > > > We are good as long as vector<bool>::reference is formattable ;) > > Surely the most important type in the library ;) > Interestingly this formatter is not used when formatting vector<bool>, because we use vector<bool> const& argument, and const_iterator value type is bool.