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
This commit is contained in:
Nathan Myers 2003-04-27 17:20:42 +00:00 committed by Paolo Carlini
parent 293107d161
commit 2d9d52359c
3 changed files with 129 additions and 89 deletions