cp-tree.h (instantiate_type_flags): New enumeration.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 17 Aug 2000 13:10:50 +0000 (13:10 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 17 Aug 2000 13:10:50 +0000 (13:10 +0000)
commit5e76004e062f06a6a17a4933537e9a7b6732ae28
tree6d50b727176b151472606d3cc6e5adf0682b6d63
parent321cba9761d5183ffb2cf1f294e7551e9c889a2b
cp-tree.h (instantiate_type_flags): New enumeration.

* cp-tree.h (instantiate_type_flags): New enumeration.
(instantiate_type): Change parameter.
* class.c (instantiate_type): Adjust prototype. Adjust.
* call.c (standard_conversion): Adjust instantiate_type call.
(reference_binding): Likewise.
(build_op_delete_call): Likewise.
(convert_like_real): Likewise.
* cvt.c (cp_convert_to_pointer): Likewise.
(convert_to_reference): Likewise.
* pt.c (convert_nontype_argument): Likewise.
* typeck.c (build_binary_op): Likewise.
(build_ptrmemfunc): Likewise.
(convert_for_assignment): Likewise.

From-SVN: r35757
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/cvt.c
gcc/cp/pt.c
gcc/cp/typeck.c