This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
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 include C++11 allocator
support.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]