This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/3716: Template parameters that are pointers to member functions


Synopsis: Template parameters that are pointers to member functions

State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Wed Jan  2 05:55:15 2002
State-Changed-Why:
    2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
    
    	PR c++/3716
    	* pt.c (tsubst_aggr_type): Move pmf handling into tsubst.
    	(tsubst, case POINTER_TYPE): Handle pmfs here.
    	(tsubst, case OFFSET_TYPE): Check it is not an offset to
    	reference. If it is offset to FUNCTION_TYPE, create a METHOD_TYPE.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3716


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]