Commit 21a15d9f by Jonathan Wakely Committed by Jonathan Wakely

re PR libstdc++/41949 (std::endl documentation contains bad link)

2009-11-06  Jonathan Wakely  <jwakely.gcc@gmail.com>

	PR libstdc++/41949
	* include/std/ostream: Adjust link.

From-SVN: r153961
parent 11f18e1d
2009-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/41949
* include/std/ostream: Adjust link.
2009-11-05 Paolo Carlini <paolo.carlini@oracle.com> 2009-11-05 Paolo Carlini <paolo.carlini@oracle.com>
* include/parallel/multiway_merge.h: Simple formatting and * include/parallel/multiway_merge.h: Simple formatting and
......
...@@ -533,8 +533,8 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -533,8 +533,8 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
* *
* This manipulator is often mistakenly used when a simple newline is * This manipulator is often mistakenly used when a simple newline is
* desired, leading to poor buffering performance. See * desired, leading to poor buffering performance. See
* http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#2 for more * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch25s02.html
* on this subject. * for more on this subject.
*/ */
template<typename _CharT, typename _Traits> template<typename _CharT, typename _Traits>
inline basic_ostream<_CharT, _Traits>& inline basic_ostream<_CharT, _Traits>&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment