[Bug c++/54775] string error

2012-10-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54775 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/54775] string error

2012-10-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54775 --- Comment #2 from Jonathan Wakely 2012-10-02 01:01:18 UTC --- (In reply to comment #1) > That symbol is std::string::string(string&&), Sorry, that should be std::string::operator=(string&&), but otherwise my reply applies.

[Bug c++/54775] string error

2012-10-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54775 --- Comment #1 from Jonathan Wakely 2012-10-02 01:00:21 UTC --- That symbol is std::string::string(string&&), which will be found in the libstdc++ from GCC 4.8, but not necessarily in earlier versions. The error message says it's looking