[Bug c++/29824] std::string() causes assignment errors
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 14 05:21:00 GMT 2006
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-14 05:21 -------
std::string a();
This declares a function that returns std::string.
This is what the C++ standard says how to resolve this ambigous statement.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29824
More information about the Gcc-bugs
mailing list