Skip to content
Snippets Groups Projects
Commit bc4dba53 authored by paolo's avatar paolo
Browse files

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.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66132 138bc75d-0d04-0410-961f-82ee72b054a4
parent 4f3740f1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment