Commit abf513b5 by Joe Buck Committed by Benjamin Kosnik

howto.html: Use reference to ifstream when including iosfwd.

2005-10-12  Joe Buck  <Joe.Buck@synopsys.com>

	* docs/html/27_io/howto.html: Use reference to ifstream when
	including iosfwd.

From-SVN: r105356
parent 48f99ad6
2005-10-12 Joe Buck <Joe.Buck@synopsys.com>
* docs/html/27_io/howto.html: Use reference to ifstream when
including iosfwd.
2005-10-11 Andrew Pinski <pinskia@physics.uc.edu>
PR libstdc++/23926
......
......@@ -596,7 +596,7 @@
class MyClass
{
....
std::ifstream input_file;
std::ifstream&amp; input_file;
};
extern std::ostream&amp; operator&lt;&lt; (std::ostream&amp;, MyClass&amp;);
......
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