From c53be2bedc04d3ba9a900e43b34c22b1e8082c2b Mon Sep 17 00:00:00 2001 From: bkoz Date: Tue, 2 Dec 2008 04:55:54 +0000 Subject: 2008-12-01 Benjamin Kosnik PR libstdc++/38080 * include/std/iostream: Correct URL. * include/std/streambuf: Same. * include/std/bitset: Same. * include/std/iosfwd: Same. * include/std/fstream: Same. * include/std/istream: Same. * include/std/ostream: Same. * include/std/sstream: Same. * include/bits/basic_ios.h: Same. * include/bits/stl_map.h: Same. * include/bits/stl_set.h: Same. * include/bits/stl_multimap.h: Same. * include/bits/ios_base.h: Same. * include/bits/stl_multiset.h: Same. * include/bits/char_traits.h: Same. * include/bits/stl_relops.h: Same. * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers. * testsuite/27_io/ios_base/cons/copy_neg.cc: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142344 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/include/std/fstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/include/std/fstream') diff --git a/libstdc++-v3/include/std/fstream b/libstdc++-v3/include/std/fstream index 2bbbcc1f470..46b630702a9 100644 --- a/libstdc++-v3/include/std/fstream +++ b/libstdc++-v3/include/std/fstream @@ -325,7 +325,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std) * If no file has been opened, and both @a s and @a n are zero, then * the stream becomes unbuffered. Otherwise, @c s is used as a * buffer; see - * http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#2 + * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch25s02.html * for more. */ virtual __streambuf_type* -- cgit v1.2.1