summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/ios_base.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2008-12-02 04:55:54 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2008-12-02 04:55:54 +0000
commita40fff0edbfec21b0e4cda87e3a8be26b0970f72 (patch)
tree850e64ca3e5a8917a1182c4ba48f41f334963131 /libstdc++-v3/include/bits/ios_base.h
parente03dd84a0dc2b8a3b9a2c042c6eae1b7492a12b4 (diff)
downloadgcc-a40fff0edbfec21b0e4cda87e3a8be26b0970f72.tar.gz
re PR libstdc++/38080 (dead links in libstdc++ headers)
2008-12-01 Benjamin Kosnik <bkoz@redhat.com> 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. From-SVN: r142344
Diffstat (limited to 'libstdc++-v3/include/bits/ios_base.h')
-rw-r--r--libstdc++-v3/include/bits/ios_base.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libstdc++-v3/include/bits/ios_base.h b/libstdc++-v3/include/bits/ios_base.h
index 6e2cef6a342..db040b86263 100644
--- a/libstdc++-v3/include/bits/ios_base.h
+++ b/libstdc++-v3/include/bits/ios_base.h
@@ -223,7 +223,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
failure(const string& __str) throw();
// This declaration is not useless:
- // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
+ // http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/Vague-Linkage.html
virtual
~failure() throw();
@@ -376,8 +376,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
/// Perform input and output in binary mode (as opposed to text mode).
/// This is probably not what you think it is; see
- /// http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#3 and
- /// http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#7 for more.
+ /// http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch27s02.html
static const openmode binary = _S_bin;
/// Open for input. Default for @c ifstream and fstream.
@@ -671,7 +670,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
* The synchronization referred to is @e only that between the standard
* C facilities (e.g., stdout) and the standard C++ objects (e.g.,
* cout). User-declared streams are unaffected. See
- * http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#8 for more.
+ * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch28s02.html
*/
static bool
sync_with_stdio(bool __sync = true);