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

            Bug ID: 59283
           Summary: missing std::basic_string constructor
           Product: gcc
           Version: 4.8.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tmmikolajczyk at gmail dot com

The C++11 standard specifies the following c-tor in the std::basic_string
class:

basic_string (const basic_string&, const allocator_type&);

It looks like the c-tor is missing in the current libstdc++ implementation.

Reply via email to