From 7524d23a4f3d6b92c6b5d0282f539d9889e23b5e Mon Sep 17 00:00:00 2001 From: jsm28 Date: Thu, 21 Dec 2000 22:08:39 +0000 Subject: * 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 --- libstdc++-v3/testsuite/25_algorithms/lower_bound.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/testsuite/25_algorithms/lower_bound.cc') 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 #include -// 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; }; -- cgit v1.2.3