gcc/libstdc++-v3/include
Nathan Myers 2d9d52359c Move some basic_string members out of line because they are too big to reasonably be inline.
2003-04-27  Nathan Myers  <ncm@cantrip.org>

	Move some basic_string members out of line because
	they are too big to reasonably be inline.
	* include/bits/basic_string.h
	(assign(const basic_string&, size_type, size_type),
	assign(const _CharT*, size_type),
	insert(size_type, const basic_string&, size_type, size_type),
	insert(size_type, const _CharT*, size_type),
	replace(size_type, size_type, const _CharT*, size_type)):
	Move from here to...
	* include/bits/basic_string.tcc: ...here.

From-SVN: r66132
2003-04-27 17:20:42 +00:00
..
backward configure.in (libtool_VERSION): To 6:0:0. 2003-01-23 17:21:11 +00:00
bits Move some basic_string members out of line because they are too big to reasonably be inline. 2003-04-27 17:20:42 +00:00
c re PR libstdc++/7097 (_GLIBCPP_HAVE_MBSTATE_T breaks non-GLIB systems) 2002-07-03 17:14:21 +00:00
c_compatibility c_compatibility: New. 2002-06-21 20:21:03 +00:00
c_std porting.texi (_GLIBCPP_USE_C99_CHECK): New macro. 2003-04-18 09:53:58 +00:00
ext Remove _M_buf_size_opt, use directly _M_buf_size instead. 2003-04-12 19:21:35 +00:00
std streambuf.tcc (__copy_streambufs): Don't use in_avail(), simplify. 2003-04-26 08:13:35 +00:00
Makefile.am testsuite_flags.in (PCHFLAGS): Find PCH in new home. 2003-04-18 02:03:52 +00:00
Makefile.in testsuite_flags.in (PCHFLAGS): Find PCH in new home. 2003-04-18 02:03:52 +00:00
stdc++.h stdc++.h: New. 2003-03-14 22:16:06 +00:00