OSDN Git Service

2005-09-12 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Sep 2005 09:42:34 +0000 (09:42 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Sep 2005 09:42:34 +0000 (09:42 +0000)
commitda6da44ced8965d060221fb7f6ae84ae0a1352c8
tree26acbb4b1ce64e98a68ffc4665a869726c88df2f
parent1118bb2888bb2f874a0a619daf03bf725fc42241
2005-09-12  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23767
* include/bits/stl_iterator.h (__normal_iterator::
__normal_iterator<>(const __normal_iterator<_Iter, _Container>&)):
Enable only when _Iter is equal to _Container::pointer.
* testsuite/21_strings/basic_string/types/23767.cc: New.
* testsuite/23_containers/vector/types/23767.cc: Likewise.
* testsuite/ext/vstring/types/23767.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104167 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_iterator.h
libstdc++-v3/testsuite/21_strings/basic_string/types/23767.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/types/23767.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/vstring/types/23767.cc [new file with mode: 0644]