[Bug libstdc++/42261] infinite recursion from string(string::size_type(6), string::size_type('f'))
paolo dot carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Thu Dec 10 18:17:00 GMT 2009
------- Comment #12 from paolo dot carlini at oracle dot com 2009-12-10 18:17 -------
I looked again at the original DR 438, and in fact I think DR 1234 is
unrelated. DR 438 is entirely about explicit vs implicit conversions: I think
now that we have a problem specific to string because, at variance with the
containers, we don't have an internal non-overloaded helper function to which
we can pass the arguments as required in the WP, thus only the first one
explicitly casted.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42261
More information about the Gcc-bugs
mailing list