re PR libstdc++/44963 ([DR 1334] Ambiguous function overload using __gnu_cxx::crope...
authorPaolo Carlini <paolo.carlini@oracle.com>
Sun, 8 Aug 2010 14:54:51 +0000 (14:54 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 8 Aug 2010 14:54:51 +0000 (14:54 +0000)
commit71234632dd6ff182f7ce6ed2fe250d3f40038c81
treee9d418469f5e42f176816659ee869c02c998b130
parent07f93cbdd551f6e893a9f22296fb50e3e37edbf1
re PR libstdc++/44963 ([DR 1334] Ambiguous function overload using __gnu_cxx::crope with std::back_inserter in c++0x mode)

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.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust
dg-error line number.

From-SVN: r163001
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_iterator.h
libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
libstdc++-v3/testsuite/ext/rope/44963.cc [new file with mode: 0644]