gcc/libstdc++-v3/include/ext
Paolo Carlini 9521dd6bd1 basic_string.h (basic_string<>::_S_compare): Add.
2007-01-18  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/basic_string.h (basic_string<>::_S_compare): Add.
	(compare(const basic_string&)): Use it.
	* include/bits/basic_string.tcc (compare(size_type, size_type,
	const basic_string&), compare(size_type, size_type,
	const basic_string&, size_type, size_type), compare(const _CharT*),
	compare(size_type, size_type, const _CharT*), compare(size_type,
	size_type, const _CharT*, size_type)): Likewise.
	* include/ext/vstring_util.h (__vstring_utility<>::_S_compare): Add.
	* include/ext/vstring.h (compare(const __versa_string&)): Use it.
	* include/ext/vstring.tcc (compare(size_type, size_type,
	const __versa_string&), compare(size_type, size_type,
	const __versa_string&, size_type, size_type), compare(const _CharT*),
	compare(size_type, size_type, const _CharT*), compare(size_type,
	size_type, const _CharT*, size_type)): Likewise.

From-SVN: r120896
2007-01-18 12:03:35 +00:00
..
pb_ds traits.hpp: Qualify types. 2006-12-11 10:48:56 +00:00
algorithm c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
array_allocator.h array (array<>::_M_at): New. 2006-10-28 22:02:44 +00:00
atomicity.h atomicity.h: Move to... 2006-09-14 09:48:15 +00:00
bitmap_allocator.h throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
codecvt_specializations.h codevt_specializations.h (__iconv_adaptor): Use identifier _Tp instead of _T in template argument to avoid conflict. 2006-07-30 16:42:39 +00:00
concurrence.h bitmap_allocator.h: Uglify some names. 2006-11-12 10:37:00 +00:00
debug_allocator.h re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
functional re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
hash_fun.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
hash_map hash_map: Remove forward declaration of equality operator... 2006-09-21 17:54:50 +00:00
hash_set hash_map: Remove forward declaration of equality operator... 2006-09-21 17:54:50 +00:00
hashtable.h hashtable.h: -Wshadow fixes. 2006-11-21 18:10:45 +00:00
iterator c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
malloc_allocator.h re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
memory c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
mt_allocator.h mt_allocator.h (__pool_base::_M_get_align): Remove redundant const qualifier on the return type. 2006-12-02 00:31:34 +00:00
new_allocator.h re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
numeric c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
pod_char_traits.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
pool_allocator.h atomicity.h: Move to... 2006-09-14 09:48:15 +00:00
rb_tree c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
rc_string_base.h throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
rope traits.hpp: Qualify types. 2006-12-11 10:48:56 +00:00
ropeimpl.h re PR libstdc++/28514 (libstdc++ vs. anonymous namespaces) 2006-10-17 11:56:21 +00:00
slist throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
sso_string_base.h throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
stdio_filebuf.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stdio_sync_filebuf.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
throw_allocator.h throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
type_traits.h type_traits.h: Fix __glibcxx_max macro. 2007-01-16 00:01:24 +00:00
typelist.h typelist.h (type_to_type): Remove. 2006-09-28 01:23:58 +00:00
vstring.h basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00
vstring.tcc basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00
vstring_fwd.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
vstring_util.h basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00