typeck.c (get_member_function_from_ptrfunc): Allow extraction of function pointer...
authorMartin v. Löwis <loewis@informatik.hu-berlin.de>
Tue, 21 Sep 1999 19:49:04 +0000 (19:49 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Tue, 21 Sep 1999 19:49:04 +0000 (19:49 +0000)
commit32facac80826f8b0b5e1906a5d698f27051050cf
tree1a4ce5a327b8cf64819cd5291d11644c4c2726e1
parent0fb6bbf56e2261d41de209375829d8c2b8456f6c
typeck.c (get_member_function_from_ptrfunc): Allow extraction of function pointer from pmfs with no object given.

* typeck.c (get_member_function_from_ptrfunc): Allow extraction of
function pointer from pmfs with no object given.
(convert_for_assignment): Do not return error when converting
pmfs.

From-SVN: r29559
gcc/cp/ChangeLog
gcc/cp/typeck.c