gcc/libstdc++-v3/include
Paolo Carlini a5cee4808e Fix libstdc++/24196 for ext/vstring/rc by returning to the behavior of basic_string pre-2003-06-13...
2005-10-07  Paolo Carlini  <pcarlini@suse.de>

	Fix libstdc++/24196 for ext/vstring/rc by returning to the behavior
	of basic_string pre-2003-06-13; remove fully-dynamic-string stuff.
	* include/ext/rc_string_base.h (_M_refcopy): Move inside the
	_Rep class and remove code in macro.
	(__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
	(_M_dispose, _M_leak_hard): Remove code in macro.
	(_S_construct): Return _S_empty_rep()._M_refcopy() for empty string.
	(_M_grab): Adjust.

	* include/ext/rc_string_base.h (_Rep::_M_refdata()): Minor tweak,
	mark throw().

From-SVN: r105090
2005-10-07 15:55:17 +00:00
..
backward
bits PR libstdc++/11729 (DR 280, [Ready]) 2005-10-05 15:49:39 +00:00
c
c_compatibility
c_std std_cmath.h: Declare C99 functions and helper functions as inline. 2005-09-01 20:59:31 +00:00
debug PR libstdc++/23578 (DR 464 [Ready]) 2005-08-29 16:11:19 +00:00
ext Fix libstdc++/24196 for ext/vstring/rc by returning to the behavior of basic_string pre-2003-06-13... 2005-10-07 15:55:17 +00:00
std re PR libstdc++/23875 (operator<<(short) should not call operator<<(long), etc.) 2005-09-15 17:27:23 +00:00
tr1 hashtable (node_iterator::node_iterator(const node_iterator<,true,>&)): Fix to take a "false" (i.e., is_const == false) node_iterator. 2005-10-03 17:35:55 +00:00
Makefile.am re PR libstdc++/22554 (pb_assoc header build and install overflows exec) 2005-09-13 19:22:52 +00:00
Makefile.in re PR libstdc++/22554 (pb_assoc header build and install overflows exec) 2005-09-13 19:22:52 +00:00
stdc++.h