]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/bits/basic_string.tcc
Move some basic_string members out of line because they are too big to reasonably...
authorNathan Myers <ncm@cantrip.org>
Sun, 27 Apr 2003 17:20:42 +0000 (17:20 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 27 Apr 2003 17:20:42 +0000 (17:20 +0000)
commit2d9d52359cf173f784d1649f0ae2e77b27e87b36
tree31ffd8002a41cc9db07f8d8567dde341fbfb0fee
parent293107d161b6bea57023ee55890b1ac589423ee7
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
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h
libstdc++-v3/include/bits/basic_string.tcc