[Bug libstdc++/59283] missing std::basic_string constructor

2014-01-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59283 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/59283] missing std::basic_string constructor

2013-11-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59283 --- Comment #1 from Jonathan Wakely --- This is a known issue. Our std::string does not support the C++11 allocator requirements, and the current implementation probably never will. When we switch to a non-Copy-On-Write std::string it will includ