diff options
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/streambuf.cc')
-rw-r--r-- | libstdc++-v3/testsuite/27_io/streambuf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/27_io/streambuf.cc b/libstdc++-v3/testsuite/27_io/streambuf.cc index 17de46b02ea..8b289889314 100644 --- a/libstdc++-v3/testsuite/27_io/streambuf.cc +++ b/libstdc++-v3/testsuite/27_io/streambuf.cc @@ -191,7 +191,7 @@ void test02() } // test03 -// http://sourceware.cygnus.com/ml/libstdc++/2000-q1/msg00151.html +// http://gcc.gnu.org/ml/libstdc++/2000-q1/msg00151.html template<typename charT, typename traits = std::char_traits<charT> > class basic_nullbuf : public std::basic_streambuf<charT, traits> { |