[Bug c++/29824] std::string() causes assignment errors
--- 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
[Bug c++/29824] std::string() causes assignment errors
--- Comment #1 from diltsman at gmail dot com 2006-11-14 05:18 --- I neglected to comment that the command line was: g++ test.cpp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29824