This is the mail archive of the gcc@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++ Parser problem or I need glasses - template pointer to memberparameters


Gianni Mariani wrote:

The lines in question are:


i_1->A::TFUNC_A<w_a,w_b>( m_b1 );

i_1->TFUNC_A<w_a,w_b>( m_b1 ); // compiler trubbell
I think this is a bug. we don't properly find TFUNC_A during the definition of
TFUNC_B. please file a bug report.

BTW
	i_1->template TFUNC_A<....> works too

nathan


-- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC The voices in my head said this was stupid too nathan at codesourcery dot com : http://www.cs.bris.ac.uk/~nathan/ : nathan at acm dot org



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