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 c++/55675] New: const iterator overload for vector modifiers missing for C++11, e.g., iterator insert(const_iterator pos, T const &t)


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

             Bug #: 55675
           Summary: const iterator overload for vector modifiers missing
                    for C++11, e.g., iterator insert(const_iterator pos, T
                    const &t)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: sbock@hsr.ch


is not yet implemented in 4.7.0/4.8.0 there's still only iterator
insert(iterator pos, T const &t)


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