https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89370
Jason Merrill <jason at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> --- Created attachment 50880 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50880&action=edit patch to make candidate printing less verbose This partial patch stops printing the template header and return type for the candidates; I haven't looked to see whether this has undesirable effects elsewhere. We seem to not print the pointer/const_pointer typedefs anymore. It probably makes sense to avoid explaining ::iterator types in general, and perhaps to disable printing typenames at all when either !verbose or without a command-line flag to increase verbosity.