[PATCH] [PATCH] [gdb] adds several headers to the include list
Christopher Di Bella
cjdb@google.com
Wed Jul 20 15:42:53 GMT 2022
Right, back_inserter's return type is back_insert_iterator and I mixed
the two up. Thanks for correcting it and merging!
On Wed, 20 Jul 2022 at 07:21, Simon Marchi <simark@simark.ca> wrote:
>
>
> On 2022-07-20 02:01, Christopher Di Bella via Gdb-patches wrote:
> > Building GDB currently fails to build with libc++, because libc++ is
> > stricter about which headers "leak" entities they're not guaranteed
> > to support. The following headers have been added:
> >
> > * `<iterator>`, to support `std::back_insert_iterator`
>
> I don't see any use of back_insert_iterator, I guess you mean
> back_inserter.
>
> I pushed the patch with that fixed, thanks.
>
> Simon
>
--
Kind regards,
Christopher Di Bella (he/him/his)
More information about the Gdb-patches
mailing list