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++/44963] [DR 1334] Ambiguous function overload using __gnu_cxx::crope with std::back_inserter in c++0x mode



------- Comment #10 from paolo at gcc dot gnu dot org  2010-08-08 14:56 -------
Subject: Bug 44963

Author: paolo
Date: Sun Aug  8 14:56:10 2010
New Revision: 163002

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163002
Log:
2010-08-08  Paolo Carlini  <paolo.carlini@oracle.com>

        PR libstdc++/44963
        * include/bits/stl_iterator.h (insert_iterator<>::
        operator=(const typename _Container::value_type&,
        back_insert_iterator<>::
        operator=(const typename _Container::value_type&),
        front_insert_iterator<>::
        operator=(const typename _Container::value_type&))): Add
        in C++0x mode.
        * testsuite/ext/rope/44963.cc: New.

Added:
    branches/gcc-4_5-branch/libstdc++-v3/testsuite/ext/rope/44963.cc
Modified:
    branches/gcc-4_5-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_5-branch/libstdc++-v3/include/bits/stl_iterator.h


-- 


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


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