diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2014-09-29 05:41:55 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-29 05:41:55 +0000 |
commit | 16f8d5f4a3b6d796c0f0baabb33ecbd756c05924 (patch) | |
tree | 668b36c0f9cc6f1870d4994e228dc2017ac04a0d /9/sources/cxx-stl/gnu-libstdc++/4.9/include/iostream | |
parent | 5504a775eda11f0d6a8fc5d6f7f3cfbc669e405a (diff) | |
parent | e7c5763aa4a49478d71b04260362c07596e72ce5 (diff) | |
download | prebuilts_ndk-16f8d5f4a3b6d796c0f0baabb33ecbd756c05924.zip prebuilts_ndk-16f8d5f4a3b6d796c0f0baabb33ecbd756c05924.tar.gz prebuilts_ndk-16f8d5f4a3b6d796c0f0baabb33ecbd756c05924.tar.bz2 |
am e7c5763a: Merge "Update GNU STL 4.9 in prebuilts/ndk"
* commit 'e7c5763aa4a49478d71b04260362c07596e72ce5':
Update GNU STL 4.9 in prebuilts/ndk
Diffstat (limited to '9/sources/cxx-stl/gnu-libstdc++/4.9/include/iostream')
-rw-r--r-- | 9/sources/cxx-stl/gnu-libstdc++/4.9/include/iostream | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/9/sources/cxx-stl/gnu-libstdc++/4.9/include/iostream b/9/sources/cxx-stl/gnu-libstdc++/4.9/include/iostream index 85d2b95..5c10869 100644 --- a/9/sources/cxx-stl/gnu-libstdc++/4.9/include/iostream +++ b/9/sources/cxx-stl/gnu-libstdc++/4.9/include/iostream @@ -48,13 +48,13 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * * The <iostream> header declares the eight <em>standard stream * objects</em>. For other declarations, see - * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch24.html + * http://gcc.gnu.org/onlinedocs/libstdc++/manual/io.html * and the @link iosfwd I/O forward declarations @endlink * * They are required by default to cooperate with the global C * library's @c FILE streams, and to be available during program - * startup and termination. For more information, see the HOWTO - * linked to above. + * startup and termination. For more information, see the section of the + * manual linked to above. */ //@{ extern istream cin; /// Linked to standard input |