gcc/libstdc++-v3/include/bits
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
..
basic_ios.h std_sstream.h (basic_istringstream): Adjust initialization. 2003-03-28 19:45:44 +00:00
basic_ios.tcc [multiple changes] 2003-02-18 05:45:07 +00:00
basic_string.h 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
basic_string.tcc 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
boost_concept_check.h
c++config Daily bump. 2003-04-27 00:17:05 +00:00
char_traits.h
codecvt.h
concept_check.h std_bitset.h (_M_do_find_next): Fix -Wall nit. 2003-04-15 06:11:10 +00:00
cpp_type_traits.h
demangle.h demangle.h: Prepend accessors of class qualifier with 'get_' in order to fix warnings when... 2003-03-11 13:48:16 +00:00
deque.tcc
fpos.h
fstream.tcc fstream.tcc (pbackfail): Shorten a bit (10 lines) the innermost 'if' by factoring out some code. 2003-04-26 08:31:57 +00:00
functexcept.h
gslice_array.h
gslice.h
indirect_array.h
ios_base.h ios_base.h (ios_base::Init::_S_initialized()): Added _S_initialized() in order to allow debugging libraries to detect when... 2003-03-05 18:53:18 +00:00
istream.tcc Missed tellg() comment from previous checkin somehow. 2003-04-23 07:21:27 +00:00
list.tcc
locale_classes.h 2003-04-25 Benjamin Kosnik <bkoz@redhat.com> 2003-04-25 17:23:21 +00:00
locale_facets.h [multiple changes] 2003-02-18 05:45:07 +00:00
locale_facets.tcc locale_facets.tcc: Fix typo. 2003-03-08 09:11:04 +00:00
localefwd.h
mask_array.h
ostream.tcc re PR libstdc++/9555 (ostream inserters fail to set badbit on exception) 2003-04-18 03:46:44 +00:00
pthread_allocimpl.h
slice_array.h
sstream.tcc Consistently use _M_in_beg instead of eback(), _M_in_cur instead of gptr(), and so on. 2003-04-21 21:44:44 +00:00
stl_algo.h
stl_algobase.h
stl_alloc.h re PR libstdc++/9582 (ODR violation in std::allocator) 2003-02-20 00:11:43 +00:00
stl_bvector.h
stl_construct.h
stl_deque.h
stl_function.h
stl_heap.h
stl_iterator_base_funcs.h
stl_iterator_base_types.h
stl_iterator.h
stl_list.h
stl_map.h re PR libstdc++/9811 (incorrect documentation for std::map::lower_bound, etc.) 2003-02-25 06:27:10 +00:00
stl_multimap.h re PR libstdc++/9811 (incorrect documentation for std::map::lower_bound, etc.) 2003-02-25 06:27:10 +00:00
stl_multiset.h
stl_numeric.h
stl_pair.h
stl_pthread_alloc.h
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h
stl_set.h
stl_stack.h
stl_tempbuf.h
stl_threads.h
stl_tree.h
stl_uninitialized.h
stl_vector.h
stream_iterator.h
streambuf_iterator.h streambuf_iterator.h (_M_put): Set _M_failed if sputn fails. 2003-03-07 14:14:11 +00:00
streambuf.tcc streambuf.tcc (__copy_streambufs): Don't use in_avail(), simplify. 2003-04-26 08:13:35 +00:00
stringfwd.h
type_traits.h
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc