diff options
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; }; |