Commit 781a5298 by Paolo Carlini Committed by Paolo Carlini

std_fstream.h: Tweak a comment.

2003-11-15  Paolo Carlini  <pcarlini@suse.de>

	* include/std/std_fstream.h: Tweak a comment.

From-SVN: r73640
parent e22171af
2003-11-15 Paolo Carlini <pcarlini@suse.de>
* include/std/std_fstream.h: Tweak a comment.
2003-11-15 Roger Sayle <roger@eyesopen.com> 2003-11-15 Roger Sayle <roger@eyesopen.com>
* include/c_std/std_cmath.h: Don't import C99's float transcendentals * include/c_std/std_cmath.h: Don't import C99's float transcendentals
......
...@@ -145,7 +145,7 @@ namespace std ...@@ -145,7 +145,7 @@ namespace std
/** /**
* @if maint * @if maint
* Pointer to the beginning of internally-allocated space. * Pointer to the beginning of internal buffer.
* @endif * @endif
*/ */
char_type* _M_buf; char_type* _M_buf;
......
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