This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/84360] unnecessary aka in error message


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84360

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to David Malcolm from comment #3)
> So should this ideally read:
>   return type ‘T’ {aka ‘class std::tuple<int, int, int>’} is incomplete
> to express both the name the code used, and the underlying type?

Yes.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]