gcc/libstdc++-v3/include/bits
Phil Edwards 30a20a1ee0 New concept checking implementation.
2001-04-02  Phil Edwards  <pme@sources.redhat.com>

	New concept checking implementation.
	* docs/html/19_diagnostics/howto.html:  Document.
	* docs/html/17_intro/concept_check.diff:  New file, for reference.
	* include/bits/boost_concept_check.h:  New file from Boost.
	* include/bits/c++config:  Update comments.

	* include/bits/concept_check.h:  New file.
	* include/bits/concept_checks.h:  Removed.
	* include/bits/container_concepts.h:  Removed.
	* include/bits/sequence_concepts.h:  Removed.
	* include/bits/stl_iterator_base.h:  Removed; split into...
	* include/bits/stl_iterator_base_funcs.h:  ...this new file...
	* include/bits/stl_iterator_base_types.h:  ...and this new file.

	* include/bits/sbuf_iter.h:  Update to use new implementation.
	* include/bits/std_iterator.h:  Likewise.
	* include/bits/std_memory.h:  Likewise.
	* include/bits/stl_algo.h:  Likewise.
	* include/bits/stl_algobase.h:  Likewise.
	* include/bits/stl_construct.h:  Likewise.
	* include/bits/stl_deque.h:  Likewise.
	* include/bits/stl_heap.h:  Likewise.
	* include/bits/stl_list.h:  Likewise.
	* include/bits/stl_map.h:  Likewise.
	* include/bits/stl_multimap.h:  Likewise.
	* include/bits/stl_multiset.h:  Likewise.
	* include/bits/stl_numeric.h:  Likewise.
	* include/bits/stl_queue.h:  Likewise.
	* include/bits/stl_set.h:  Likewise.
	* include/bits/stl_stack.h:  Likewise.
	* include/bits/stl_uninitialized.h:  Likewise.
	* include/bits/stl_vector.h:  Likewise.
	* include/ext/hash_map:  Likewise.
	* include/ext/hash_set:  Likewise.
	* include/ext/slist:  Likewise.
	* include/ext/stl_hashtable.h:  Likewise.

	* src/Makefile.am (base_headers):  Update list of headers.
	* Makefile.in:  Regenerated.
	* src/Makefile.in:  Regenerated.
	* libio/Makefile.in:  Regenerated.
	* libmath/Makefile.in:  Regenerated.
	* libsupc++/Makefile.in:  Regenerated.
	* testsuite/Makefile.in:  Regenerated.

	* docs/html/install.html:  Update contact information.
	* docs/html/17_intro/howto.html:  Ditto.
	* docs/html/18_support/howto.html:  Ditto.
	* docs/html/20_util/howto.html:  Ditto.
	* docs/html/21_strings/howto.html:  Ditto.
	* docs/html/22_locale/howto.html:  Ditto.
	* docs/html/23_containers/howto.html:  Ditto.
	* docs/html/24_iterators/howto.html:  Ditto.
	* docs/html/25_algorithms/howto.html:  Ditto.
	* docs/html/26_numerics/howto.html:  Ditto.
	* docs/html/27_io/howto.html:  Ditto.
	* docs/html/faq/index.html:  Ditto, plus info on new checking code.
	* docs/html/ext/howto.html:  Ditto, plus info on new checking code.
	* docs/html/faq/index.txt:  Regenerated.

From-SVN: r41031
2001-04-03 00:26:58 +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 New concept checking implementation. 2001-04-03 00:26:58 +00:00
c++config New concept checking implementation. 2001-04-03 00:26:58 +00:00
char_traits.h std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
codecvt.h c++config (__GLIBCPP__): Bump number in anticipation of 2.92. 2001-03-01 00:37:18 +00:00
concept_check.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
cpp_type_traits.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
fpos.h std_iosfwd.h: Remove string forward decls here. 2001-03-07 22:22:41 +00:00
fstream.tcc basic_file.h (get_fileno): Remove. 2001-03-27 03:48:17 +00:00
functexcept.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
generic_shadow.h include: New directory. 2000-10-05 11:27:02 +00:00
gslice.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
gslice_array.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
indirect_array.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
ios_base.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
istream.tcc istream.tcc (basic_istream<_CharT, [...]): Fix typo. 2001-03-12 18:30:29 +00:00
limits_generic.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
locale_facets.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
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.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
slice_array.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 Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
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 Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
std_deque.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
std_fstream.h basic_file.h (get_fileno): Remove. 2001-03-27 03:48:17 +00:00
std_functional.h stl_config.h: Remove file. 2001-02-20 20:20:48 +00:00
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 Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
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 Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
std_locale.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
std_map.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
std_memory.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
std_numeric.h stl_config.h: Remove file. 2001-02-20 20:20:48 +00:00
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 Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
std_sstream.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
std_stack.h Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
std_stdexcept.h std_stdexcept.h (runtime_error): Make string member non-const. 2001-02-27 23:00:35 +00:00
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 stl_config.h: Remove file. 2001-02-20 20:20:48 +00:00
std_valarray.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
std_vector.h [multiple changes] 2001-03-31 20:15:43 +00:00
stl_algo.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_algobase.h New concept checking implementation. 2001-04-03 00:26:58 +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 New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_function.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_heap.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_iterator.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
stl_iterator_base_funcs.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_iterator_base_types.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_list.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_map.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_multimap.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_multiset.h New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_numeric.h New concept checking implementation. 2001-04-03 00:26:58 +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 New concept checking implementation. 2001-04-03 00:26:58 +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 New concept checking implementation. 2001-04-03 00:26:58 +00:00
stl_stack.h New concept checking implementation. 2001-04-03 00:26:58 +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 New concept checking implementation. 2001-04-03 00:26:58 +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 Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
valarray_array.tcc include: New directory. 2000-10-05 11:27:02 +00:00
valarray_meta.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00