[Bug c++/81371] Too many C++ templates output in build error

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 10 06:13:00 GMT 2017


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The problem is std::string could be std::__cxx11::basic_string or just
std::basic_string  depending on the ABI chosen at compile time.


More information about the Gcc-bugs mailing list