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++/81371] Too many C++ templates output in build error


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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
basic_string in C++ is always defined as a template class with three template
arguments.  Yes most folks don't know the C++ standard but it is what it is.

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