diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-13 04:15:44 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-13 04:15:44 +0000 |
| commit | bcebd7e8a12cac304e74f4768d290c52ab190582 (patch) | |
| tree | 73bda4fb3b7a787932a8e25ac0cd66f6f6ba3db7 /libstdc++-v3/docs/html | |
| parent | 50c99afe741122fc6ab54efcfe298021f5b75b0e (diff) | |
| download | ppe42-gcc-bcebd7e8a12cac304e74f4768d290c52ab190582.tar.gz ppe42-gcc-bcebd7e8a12cac304e74f4768d290c52ab190582.zip | |
2005-10-12 Joe Buck <Joe.Buck@synopsys.com>
* docs/html/27_io/howto.html: Use reference to ifstream when
including iosfwd.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105356 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/html')
| -rw-r--r-- | libstdc++-v3/docs/html/27_io/howto.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/27_io/howto.html b/libstdc++-v3/docs/html/27_io/howto.html index e60c6710606..a9a3bbe3824 100644 --- a/libstdc++-v3/docs/html/27_io/howto.html +++ b/libstdc++-v3/docs/html/27_io/howto.html @@ -596,7 +596,7 @@ class MyClass { .... - std::ifstream input_file; + std::ifstream& input_file; }; extern std::ostream& operator<< (std::ostream&, MyClass&); |

