This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81371] Too many C++ templates output in build error
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 10 Jul 2017 06:22:45 +0000
- Subject: [Bug c++/81371] Too many C++ templates output in build error
- Auto-submitted: auto-generated
- References: <bug-81371-4@http.gcc.gnu.org/bugzilla/>
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.