gcc/libstdc++-v3/include/bits
Paolo Carlini 5c171a745d locale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*, ios_base::fmtflags), [...]): Remove.
2006-07-09  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/locale_facets.tcc (__int_to_char<>(_CharT*,
	long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
	unsigned long, const _CharT*, ios_base::fmtflags),
	__int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
	__int_to_char<>(_CharT*, unsigned long long, const _CharT*,
	ios_base::fmtflags)): Remove.
	(__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
	bool)): Adjust.
	(num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
	Likewise.

From-SVN: r115298
2006-07-09 21:26:19 +00:00
..
allocator.h allocator.h: Include <bits/cpp_type_traits.h>. 2006-01-18 14:30:16 +00:00
atomicity.h re PR libstdc++/24692 (Atomic builtins for v3) 2006-05-29 20:00:29 +00:00
basic_ios.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
basic_ios.tcc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
basic_string.h re PR libstdc++/24704 (__gnu_cxx::__exchange_and_add is called even for single threaded applications) 2006-05-24 16:37:42 +00:00
basic_string.tcc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
boost_concept_check.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
c++config c++config: Simplify debug namespaces. 2006-02-22 00:57:24 +00:00
char_traits.h re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
codecvt.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
concept_check.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
concurrence.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
cpp_type_traits.h re PR libstdc++/25482 (Specialize (overload) std::copy/find for streambuf iterators) 2006-03-21 12:25:11 +00:00
deque.tcc stl_deque.h (deque<>::resize, [...]): Avoid troubles with ADL, user defined operators and _Deque_iterator. 2005-12-20 00:29:18 +00:00
fstream.tcc re PR libstdc++/26777 (sync_with_stdio(false) triggers bug with sgetc and pubseekoff) 2006-03-22 15:13:46 +00:00
functexcept.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
gslice.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
gslice_array.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
indirect_array.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
ios_base.h re PR libstdc++/24704 (__gnu_cxx::__exchange_and_add is called even for single threaded applications) 2006-05-24 16:37:42 +00:00
istream.tcc Revert recent commit for libstdc++/26211, now suspended waiting for DR 342 (reopened) to reach a new resolution. 2006-02-20 14:20:51 +00:00
list.tcc Implement list::splice (and merge) bits of N1599 2006-01-20 02:38:54 +00:00
locale_classes.h re PR libstdc++/24704 (__gnu_cxx::__exchange_and_add is called even for single threaded applications) 2006-05-24 16:37:42 +00:00
locale_facets.h locale_facets.tcc (num_get<>::_M_extract_float): Special case main parsing loop for !_M_allocated (i.e., "C" locale). 2006-04-29 18:16:47 +00:00
locale_facets.tcc locale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*, ios_base::fmtflags), [...]): Remove. 2006-07-09 21:26:19 +00:00
localefwd.h configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check. 2006-02-07 22:23:58 +00:00
mask_array.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
ostream.tcc re PR libstdc++/25649 (Bogus "uninitialized" warning) 2006-01-24 23:12:26 +00:00
postypes.h postypes.h (operator==(const fpos<>&, const fpos<>&), [...]): Add. 2006-06-21 22:21:45 +00:00
slice_array.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
sstream.tcc std_sstream.h (basic_stringbuf<>::setbuf): Simply clear the internal _M_string, adjust _M_sync call. 2006-02-19 18:27:06 +00:00
stl_algo.h re PR libstdc++/27162 (search_n uses == when it should use binary_pred) 2006-04-14 17:35:06 +00:00
stl_algobase.h re PR libstdc++/25482 (Specialize (overload) std::copy/find for streambuf iterators) 2006-03-21 12:25:11 +00:00
stl_bvector.h stl_bvector.h (vector<bool>::erase(iterator, iterator)): Just use _M_erase_at_end. 2006-01-06 11:23:02 +00:00
stl_construct.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_deque.h sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type as base class. 2006-01-04 11:34:45 +00:00
stl_function.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_heap.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_iterator.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_iterator_base_funcs.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_iterator_base_types.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_list.h Implement list::splice (and merge) bits of N1599 2006-01-20 02:38:54 +00:00
stl_map.h c++config: Simplify debug namespaces. 2006-02-22 00:57:24 +00:00
stl_multimap.h stl_tree.h (_Rb_tree<>::insert_unique): Rename to _M_insert_unique. 2006-01-06 19:11:06 +00:00
stl_multiset.h stl_tree.h (_Rb_tree<>::insert_unique): Rename to _M_insert_unique. 2006-01-06 19:11:06 +00:00
stl_numeric.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_pair.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_queue.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_raw_storage_iter.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_relops.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_set.h stl_tree.h (_Rb_tree<>::insert_unique): Rename to _M_insert_unique. 2006-01-06 19:11:06 +00:00
stl_stack.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_tempbuf.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_tree.h PR libstdc++/22102 (insert as close to hint as possible) 2006-01-08 17:34:32 +00:00
stl_uninitialized.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_vector.h sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type as base class. 2006-01-04 11:34:45 +00:00
stream_iterator.h mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. 2005-12-26 10:53:42 +00:00
streambuf.tcc re PR libstdc++/26181 (istream::operator>>(streambuf*) fails to set eofbit) 2006-02-10 18:29:04 +00:00
streambuf_iterator.h re PR libstdc++/25482 (Specialize (overload) std::copy/find for streambuf iterators) 2006-03-21 12:25:11 +00:00
stringfwd.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
valarray_after.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
valarray_array.h valarray_array.h (__valarray_default_construct): Replace use __is_fundamental with __is_pod. 2006-01-30 23:25:16 +00:00
valarray_array.tcc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
valarray_before.h re PR libstdc++/27867 (compile error in repeated application of valarray<>::operator==) 2006-06-04 09:32:56 +00:00
vector.tcc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00