gcc/libstdc++-v3/include/bits
Mark Mitchell 8fbc5ae723 cp-tree.h (lang_type_class): Remove is_partial_instantiation.
* cp-tree.h (lang_type_class): Remove is_partial_instantiation.
	(PARTIAL_INSTANTIATION_P): Remove.
	(IMPLICIT_TYPENAME_P): Likewise.
	(IMPLICIT_TYPENAME_TYPE_DECL_P): Likewise.
	(build_typename_type): Remove declaration.
	(parmlist_is_exprlist): Likewise.
	* decl.c (build_typename_type): Make it static, remove third
	parameter.
	(push_class_binding): Don't do implicit typename stuff.
	(make_typename_type): Likewise.
	(lookup_name_real): Likewise.
	(grokdeclarator): Don't try to convert declarations into
	initializations.  Don't do implicit typename stuff.
	(parmlist_is_exprlist): Remove.
	(xref_basetypes): Simplify.
	* decl2.c (grokfield): Don't try to convert declarations into
	initializations.
	(build_anon_union_vars): Do this while processing templates, too.
	(finish_anon_union): Likewise.
	* error.c (dump_type): Remove implicit typename handling.
	* parser.c (cp_parser_diagnose_invalid_type_name): New method.
	(cp_parser_primary_expression): Correct handling of names not
	found by unqualified name lookup in templates.
	(cp_parser_nested_name_specifier_opt): Avoid checking dependency
	of types when possible.
	(cp_parser_simple_declaration): Complain intelligently about some
	invalid declarations.
	(cp_parser_member_declaration): Likewise.
	(cp_parser_constructor_declarator_p): Don't check when we're in a
	function scope.
	* pt.c (instantiate_class_template): Remove
	PARTIAL_INSTANTIATION_P gunk.
	* search.c (lookup_field_r): Don't build implicit typenames.
	(marked_pushdecls_p): Don't enter dependent base types.
	(unmarked_pushdecls_p): Likewise.
	* semantics.c (begin_class_definition): Remove implicit typename
	stuff.

	* config/locale/gnu/messages_members.h: Use this-> to refer to
	unqualified members of base clasess.
	* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Likewise.
	* include/bits/codecvt.h: Likewise.
	* include/bits/deque.tcc: Likewise.
	* include/bits/fstream.tcc: Likewise.
	* include/bits/istream.tcc: Likewise.
	* include/bits/list.tcc: Likewise.
	* include/bits/locale_facets.h: Likewise.
	* include/bits/ostream.tcc: Likewise.
	* include/bits/sstream.tcc: Likewise.
	* include/bits/stl_bvector.h: Likewise.
	* include/bits/stl_deque.h: Likewise.
	* include/bits/stl_list.h: Likewise.
	* include/bits/stl_tree.h: Likewise.
	* include/bits/stl_vector.h: Likewise.
	* include/bits/vector.tcc: Likewise.
	* include/ext/ropeimpl.h: Likewise.
	* include/ext/stdio_filebuf.h: Likewise.
	* include/ext/stl_rope.h: Likewise.
	* include/std/std_fstream.h: Likewise.
	* include/std/std_sstream.h: Likewise.

Co-Authored-By: Jeffrey Oldham <oldham@codesourcery.com>

From-SVN: r61403
2003-01-16 20:30:50 +00:00
..
basic_ios.h tables.html: Finished now. 2003-01-12 02:56:50 +00:00
basic_ios.tcc re PR libstdc++/8318 (Not all wide character based prototypes are included within #ifdef _GLIBCPP_USE_WCHAR_T) 2002-11-01 17:30:36 +00:00
basic_string.h basic_string.h (compare(const basic_string&)): Fully qualify min() with std::. 2002-12-02 22:15:54 +00:00
basic_string.tcc basic_string.tcc (_S_string_copy): Unused, remove. 2003-01-16 03:11:13 +00:00
boost_concept_check.h
c++config Daily bump. 2003-01-16 08:17:35 +00:00
char_traits.h acinclude.m4: Minor comment tweaks. 2002-09-01 00:33:53 +00:00
codecvt.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
concept_check.h
cpp_type_traits.h
deque.tcc cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
fpos.h TODO: Note change in clause 27 docs. 2002-11-21 07:06:41 +00:00
fstream.tcc cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
functexcept.h
gslice_array.h slice_array.h (_DEFINE_VALARRAY_OPERATOR): Instantiate with new function objects. 2002-08-05 02:09:27 +00:00
gslice.h
indirect_array.h slice_array.h (_DEFINE_VALARRAY_OPERATOR): Instantiate with new function objects. 2002-08-05 02:09:27 +00:00
ios_base.h TODO: Note change in clause 27 docs. 2002-11-21 07:06:41 +00:00
istream.tcc cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
list.tcc cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
locale_facets.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
locale_facets.tcc re PR libstdc++/9151 (std::setprecision limited to 16 digits when outputting a double to a stream) 2003-01-06 15:32:16 +00:00
localefwd.h locale_facets.h (messages): Move ctor, dtor definitions to.. 2003-01-06 21:23:00 +00:00
mask_array.h slice_array.h (_DEFINE_VALARRAY_OPERATOR): Instantiate with new function objects. 2002-08-05 02:09:27 +00:00
ostream.tcc cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
pthread_allocimpl.h
slice_array.h * include/bits/slice_array.h (slice_array<>::operator=): Fix typo. 2002-12-10 07:32:04 +00:00
sstream.tcc cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stl_algo.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
stl_algobase.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
stl_alloc.h tables.html: Finished now. 2003-01-12 02:56:50 +00:00
stl_bvector.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stl_construct.h
stl_deque.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stl_function.h
stl_heap.h
stl_iterator_base_funcs.h deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary. 2002-08-09 16:51:15 +00:00
stl_iterator_base_types.h TODO: Note change in clause 27 docs. 2002-11-21 07:06:41 +00:00
stl_iterator.h abi.txt: New file. 2002-07-20 06:26:27 +00:00
stl_list.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stl_map.h stl_deque.h: Fix typo. 2002-12-23 17:36:24 +00:00
stl_multimap.h stl_deque.h: Fix typo. 2002-12-23 17:36:24 +00:00
stl_multiset.h * config/locale/gnu/ctype_members.cc 2002-12-27 23:03:03 +00:00
stl_numeric.h
stl_pair.h
stl_pthread_alloc.h
stl_queue.h stl_deque.h: Fix typo. 2002-12-23 17:36:24 +00:00
stl_raw_storage_iter.h
stl_relops.h
stl_set.h * config/locale/gnu/ctype_members.cc 2002-12-27 23:03:03 +00:00
stl_stack.h stl_deque.h: Fix typo. 2002-12-23 17:36:24 +00:00
stl_tempbuf.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
stl_threads.h stl_threads.h (_GLIBCPP_mutex, [...]): Declare in namespace __gnu_cxx. 2002-10-13 06:35:15 +00:00
stl_tree.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stl_uninitialized.h
stl_vector.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stream_iterator.h
streambuf_iterator.h char_traits.h: Remove generic definitions. 2002-07-31 02:47:36 +00:00
streambuf.tcc Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
stringfwd.h re PR libstdc++/8318 (Not all wide character based prototypes are included within #ifdef _GLIBCPP_USE_WCHAR_T) 2002-11-01 17:30:36 +00:00
type_traits.h
valarray_array.h valarray_array.h (_DEFINE_ARRAY_FUNCTION): Use our object function surrogates. 2002-08-02 23:08:40 +00:00
valarray_array.tcc
valarray_meta.h * config/locale/gnu/ctype_members.cc 2002-12-27 23:03:03 +00:00
vector.tcc cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00