------- Additional Comments From falk at debian dot org  2003-12-30 18:02 
-------
String literals are in fact a sspecial case in the C++ standard, since
there is an implicit conversion to (non-const) char*. It is deprecated though,
and g++ should probably warn about it.

Aso for the error message, I can't find it that bad; it says there's no
matching method, and that's exactly what the problem is. I don't think
g++ should list for every candidate why it doesn't match, these error messages
tend to be long enough as they are.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13517

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


Reply via email to