Re: "No matching function" -- not finding copy constructor

2005-05-17 Thread Paul Koning
> "Gabriel" == Gabriel Dos Reis <[EMAIL PROTECTED]> writes: Gabriel> Joe is right. But I think the diagnostic is very very Gabriel> confusing and it is not obvious what was going from the type Gabriel> signature. Please fill a bugzilla PR and ask for diagnostic Gabriel> enhancement. Tha

Re: "No matching function" -- not finding copy constructor

2005-05-17 Thread Gabriel Dos Reis
Joe Buck <[EMAIL PROTECTED]> writes: | On Tue, May 17, 2005 at 12:00:59PM -0400, Paul Koning wrote: | > I'm upgrading to V4.0.0 and struggling with some code that's seriously | > into templates. One puzzling error is this one: | > | > keyed_obj.hh:159: error: no matching function for call to 'C

Re: "No matching function" -- not finding copy constructor

2005-05-17 Thread Jonathan Wakely
On Tue, May 17, 2005 at 09:12:38AM -0700, Joe Buck wrote: > On Tue, May 17, 2005 at 12:00:59PM -0400, Paul Koning wrote: > > I'm upgrading to V4.0.0 and struggling with some code that's seriously > > into templates. One puzzling error is this one: > > > > keyed_obj.hh:159: error: no matching fun

Re: "No matching function" -- not finding copy constructor

2005-05-17 Thread Joe Buck
On Tue, May 17, 2005 at 12:00:59PM -0400, Paul Koning wrote: > I'm upgrading to V4.0.0 and struggling with some code that's seriously > into templates. One puzzling error is this one: > > keyed_obj.hh:159: error: no matching function for call to > 'CxnIndex::CxnIndex(CxnIndex)' > Indeces.hh:150:

"No matching function" -- not finding copy constructor

2005-05-17 Thread Paul Koning
I'm upgrading to V4.0.0 and struggling with some code that's seriously into templates. One puzzling error is this one: keyed_obj.hh:159: error: no matching function for call to 'CxnIndex::CxnIndex(CxnIndex)' Indeces.hh:150: note: candidates are: CxnIndex::CxnIndex(CxnIndex&) Indeces.hh:145: note