Re: Possible 4.4.0 regression (can't match template ctor of template class where...)

2009-03-04 Thread Sebastian Redl
Simon Hill wrote: > g++ doesn't seem able to match a template ctor of a template class > where the ctor input is an internal class defined inside any template > class. > > I briefly skimmed the titles of the current regression issues and I > didn't notice any that matched this, but I'm not 100% sur

Re: Possible 4.4.0 regression (can't match template ctor of template class where...)

2009-03-04 Thread Richard Guenther
On Wed, Mar 4, 2009 at 9:12 PM, Simon Hill wrote: > g++ doesn't seem able to match a template ctor of a template class > where the ctor input is an internal class defined inside any template > class. > > I briefly skimmed the titles of the current regression issues and I > didn't notice any that m

Possible 4.4.0 regression (can't match template ctor of template class where...)

2009-03-04 Thread Simon Hill
g++ doesn't seem able to match a template ctor of a template class where the ctor input is an internal class defined inside any template class. I briefly skimmed the titles of the current regression issues and I didn't notice any that matched this, but I'm not 100% sure. I first posted this here