diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 22:08:39 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 22:08:39 +0000 |
commit | 7524d23a4f3d6b92c6b5d0282f539d9889e23b5e (patch) | |
tree | 9b139276184fbf3931cf1d833c90ee004b8d51f9 /libstdc++-v3/testsuite/25_algorithms/lower_bound.cc | |
parent | e968bd04a187d10ceda4dbb6b7b1b22b7a1e7362 (diff) | |
download | ppe42-gcc-7524d23a4f3d6b92c6b5d0282f539d9889e23b5e.tar.gz ppe42-gcc-7524d23a4f3d6b92c6b5d0282f539d9889e23b5e.zip |
* acinclude.m4, configure.in, mkcheck.in,
testsuite/21_strings/ctor_copy_dtor.cc,
testsuite/21_strings/inserters_extractors.cc,
testsuite/23_containers/map_operators.cc,
testsuite/23_containers/vector_element_access.cc,
testsuite/25_algorithms/lower_bound.cc,
testsuite/27_io/ifstream_members.cc,
testsuite/27_io/istream_extractor_arith.cc,
testsuite/27_io/istream_unformatted.cc,
testsuite/27_io/ofstream_members.cc,
testsuite/27_io/ostream_inserter_char.cc,
testsuite/27_io/ostream_inserter_other.cc,
testsuite/27_io/ostream_manip.cc, testsuite/27_io/streambuf.cc:
Change sourceware.cygnus.com and sources.redhat.com URLs for
libstdc++ web pages and list archives to point to gcc.gnu.org
* aclocal.m4, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38428 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/25_algorithms/lower_bound.cc')
-rw-r--r-- | libstdc++-v3/testsuite/25_algorithms/lower_bound.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc index c6e12dcc38a..714d4557f5c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc @@ -19,7 +19,7 @@ #include <algorithm> #include <debug_assert.h> -// http://sourceware.cygnus.com/ml/libstdc++/2000-06/msg00316.html +// http://gcc.gnu.org/ml/libstdc++/2000-06/msg00316.html struct foo { }; bool operator== (const foo&, const foo&) { return true; }; |