c++/9966: basic_string::operator+ uses recursice template instantiation

bangerth@dealii.org bangerth@dealii.org
Wed Mar 5 15:19:00 GMT 2003


Synopsis: basic_string::operator+ uses recursice template instantiation

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Wed Mar  5 15:06:21 2003
State-Changed-Why:
    This is not a bug: the default for -ftemplate-depth is 500,
    so if you arbitrarily restrict it you might expect trouble.
    
    The standard prescribes the rather limited minimum of 17
    for -ftemplate-depth, which apparently is not enough to
    compile some useful programs (like yours).
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9966



More information about the Gcc-bugs mailing list