From 21a15d9f83dda328d9adfb6deede8d06b8a84c0d Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 6 Nov 2009 08:38:02 +0000 Subject: re PR libstdc++/41949 (std::endl documentation contains bad link) 2009-11-06 Jonathan Wakely PR libstdc++/41949 * include/std/ostream: Adjust link. From-SVN: r153961 --- libstdc++-v3/include/std/ostream | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstdc++-v3/include') diff --git a/libstdc++-v3/include/std/ostream b/libstdc++-v3/include/std/ostream index 9fc693c..d6241ba 100644 --- a/libstdc++-v3/include/std/ostream +++ b/libstdc++-v3/include/std/ostream @@ -533,8 +533,8 @@ _GLIBCXX_BEGIN_NAMESPACE(std) * * This manipulator is often mistakenly used when a simple newline is * desired, leading to poor buffering performance. See - * http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#2 for more - * on this subject. + * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch25s02.html + * for more on this subject. */ template inline basic_ostream<_CharT, _Traits>& -- cgit v1.1