Commit eee54836 by Paolo Carlini Committed by Paolo Carlini

basic_string.h: Fix comment.

2004-02-06  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/basic_string.h: Fix comment.

From-SVN: r77428
parent 761fa0f7
2004-02-06 Paolo Carlini <pcarlini@suse.de> 2004-02-06 Paolo Carlini <pcarlini@suse.de>
* include/bits/basic_string.h: Fix comment.
2004-02-06 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_construct.h: Wrap overlong lines, reformat * include/bits/stl_construct.h: Wrap overlong lines, reformat
according to the coding standards. according to the coding standards.
* include/bits/stl_pair.h: Likewise. * include/bits/stl_pair.h: Likewise.
......
...@@ -73,7 +73,7 @@ namespace std ...@@ -73,7 +73,7 @@ namespace std
* [_Rep] * [_Rep]
* _M_length * _M_length
* [basic_string<char_type>] _M_capacity * [basic_string<char_type>] _M_capacity
* _M_dataplus _M_state * _M_dataplus _M_refcount
* _M_p ----------------> unnamed array of char_type * _M_p ----------------> unnamed array of char_type
* @endcode * @endcode
* *
......
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