gcc/libstdc++-v3/include/bits
Phil Edwards 996f4bb1cd stl_algo.h (std::transform): Disable the check on _OutputIter for now.
2001-04-17  Phil Edwards  <pme@sources.redhat.com>

	* include/bits/stl_algo.h (std::transform):  Disable the check
	on _OutputIter for now.

From-SVN: r41393
2001-04-17 23:11:28 +00:00
..
basic_file.h basic_file.h (get_fileno): Remove. 2001-03-27 03:48:17 +00:00
basic_ios.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
basic_ios.tcc algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
basic_string.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
basic_string.tcc * include/bits/basic_string.tcc (operator+): Fix thinko. 2001-03-15 08:46:23 +00:00
boost_concept_check.h boost_concept_check.h (_Mutable_ContainerConcept): Properly uglify member. 2001-04-14 09:46:13 +00:00
c++config Prepare for libstdc++-2.92. 2001-04-06 01:47:11 +00:00
char_traits.h std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
codecvt.h
concept_check.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
cpp_type_traits.h
fpos.h std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
fstream.tcc fstream.tcc: Add bool parameter to filebuf ctor. 2001-04-04 01:02:26 +00:00
functexcept.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
generic_shadow.h
gslice_array.h
gslice.h
indirect_array.h
ios_base.h fstream.tcc: Add bool parameter to filebuf ctor. 2001-04-04 01:02:26 +00:00
istream.tcc istream.tcc (basic_istream<_CharT, [...]): Fix typo. 2001-03-12 18:30:29 +00:00
limits_generic.h
locale_facets.h
locale_facets.tcc std_streambuf.h: Remove cached locale facets. 2001-03-14 20:46:34 +00:00
localefwd.h std_streambuf.h: Remove cached locale facets. 2001-03-14 20:46:34 +00:00
mask_array.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
ostream.tcc ostream.tcc: Use __builtin_alloca. 2001-03-23 20:29:14 +00:00
pthread_allocimpl.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
sbuf_iter.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
slice_array.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
slice.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
sstream.tcc algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
std_algorithm.h
std_bitset.h std_bitset.h: Include ostream and istream headers instead of iostream. 2001-03-24 23:46:38 +00:00
std_complex.h
std_deque.h
std_fstream.h fstream.tcc: Add bool parameter to filebuf ctor. 2001-04-04 01:02:26 +00:00
std_functional.h
std_iomanip.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
std_ios.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
std_iosfwd.h std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
std_iostream.h
std_istream.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
std_iterator.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
std_list.h
std_locale.h
std_map.h
std_memory.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
std_numeric.h
std_ostream.h basic_file.h (get_fileno): Remove. 2001-03-27 03:48:17 +00:00
std_queue.h [multiple changes] 2001-03-31 20:15:43 +00:00
std_set.h
std_sstream.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
std_stack.h
std_stdexcept.h
std_streambuf.h std_streambuf.h: Remove cached locale facets. 2001-03-14 20:46:34 +00:00
std_string.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
std_utility.h
std_valarray.h std_valarray.h (valarray<>::operator[]): Make inline. 2001-04-08 16:20:49 +00:00
std_vector.h [multiple changes] 2001-03-31 20:15:43 +00:00
stl_algo.h stl_algo.h (std::transform): Disable the check on _OutputIter for now. 2001-04-17 23:11:28 +00:00
stl_algobase.h stl_algobase.h (equal): Use EqualOpConcept instead of EqualityComparableConcept. 2001-04-13 09:28:56 +00:00
stl_alloc.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_bvector.h [multiple changes] 2001-03-31 20:15:43 +00:00
stl_construct.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_deque.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_function.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_heap.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_iterator_base_funcs.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_iterator_base_types.h stl_iterator_base_types.h: Fix typo 2001-04-03 20:40:26 +00:00
stl_iterator.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_list.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_map.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_multimap.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_multiset.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_numeric.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_pair.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_pthread_alloc.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_queue.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_raw_storage_iter.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_relops.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_set.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_stack.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
stl_tempbuf.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_threads.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_tree.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_uninitialized.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_vector.h boost_concept_check.h: Uglify, fork from Boost. 2001-04-13 09:03:18 +00:00
streambuf.tcc basic_file.h (get_fileno): Remove. 2001-03-27 03:48:17 +00:00
stringfwd.h std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
type_traits.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
valarray_array.h
valarray_array.tcc
valarray_meta.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00