[PATCH] [PATCH] [gdb] adds several headers to the include list

Simon Marchi simark@simark.ca
Wed Jul 20 14:21:01 GMT 2022



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


More information about the Gdb-patches mailing list